Skip to content

Commit

Permalink
Merge pull request #18171 from henrybear327/ci/fix_govulncheck_releas…
Browse files Browse the repository at this point in the history
…e_main

Fix govulncheck CI check on main branch
  • Loading branch information
ahrtr committed Jun 14, 2024
2 parents 3be7dbe + bc1aed1 commit d2b6423
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/govuln.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
- run: |
set -euo pipefail
go install golang.org/x/vuln/cmd/govulncheck@latest && govulncheck ./...
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 ./...' \;

0 comments on commit d2b6423

Please sign in to comment.