Skip to content

Change: make Csaf Downloader usable as library #7

Change: make Csaf Downloader usable as library

Change: make Csaf Downloader usable as library #7

Triggered via pull request April 16, 2024 13:22
Status Success
Total duration 55s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: pkg/errs/errors.go#L6
should have a package comment
build: pkg/errs/errors.go#L40
exported type ErrInvalidCredentials should have comment or be unexported
build: pkg/errs/errors.go#L48
exported var ErrRetryable should have comment or be unexported
build: cmd/csaf_downloader/stats_test.go#L9
don't use an underscore in package name
build: cmd/csaf_downloader/config.go#L9
should have a package comment
build: cmd/csaf_downloader/config.go#L38
exported type ValidationMode should have comment or be unexported
build: cmd/csaf_downloader/config.go#L41
exported const ValidationStrict should have comment (or a comment on this block) or be unexported
build: cmd/csaf_downloader/forwarder.go#L80
comment on exported method Forwarder.Close should be of the form "Close ..."
build: cmd/csaf_downloader/forwarder_test.go#L9
don't use an underscore in package name
build: cmd/csaf_downloader/forwarder.go#L85
comment on exported method Forwarder.Log should be of the form "Log ..."
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/