Skip to content

Commit

Permalink
Merge pull request #18254 from ivanvc/release-3.5-dont-swallow-govuln…
Browse files Browse the repository at this point in the history
…check-exit-code

[3.5] github/govuln: don't swallow govulncheck errors
  • Loading branch information
ahrtr authored Jun 30, 2024
2 parents 7b98547 + 20f7988 commit 5b4c548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govuln.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
go install golang.org/x/vuln/cmd/govulncheck@latest
find -name go.mod -exec /bin/bash -c 'echo scanning $(dirname {}); govulncheck -C $(dirname {}) -show verbose ./...' \;
find . -name go.mod | xargs -I'{}' /bin/bash -c 'echo scanning $(dirname {}); govulncheck -C $(dirname {}) -show verbose ./...'

0 comments on commit 5b4c548

Please sign in to comment.