Skip to content

Commit

Permalink
Silence govulncheck (#619)
Browse files Browse the repository at this point in the history
fix: ignore govulncheck hits

This change should always allow the step to pass even on error.
As the issue are often times fixed in stdlib, we'd have to bump
our go.mod to a certain patch level which is undesirable. Otherwise
having this check fail will always mark the CI pipeline as failed.

Signed-off-by: Marvin Drees <marvin.drees@9elements.com>
Co-authored-by: Radoslav Dimitrov <radoslav@stacklok.com>
  • Loading branch information
MDr164 and rdimitrov authored Mar 8, 2024
1 parent 25c2a57 commit 254decf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
steps:
- id: govulncheck
uses: golang/govulncheck-action@3a32958c2706f7048305d5a2e53633d7e37e97d0
continue-on-error: true
with:
go-version-file: 'go.mod'
go-package: ./...
Expand Down

0 comments on commit 254decf

Please sign in to comment.