Skip to content

Commit d2b6423

Browse files
authored
Merge pull request #18171 from henrybear327/ci/fix_govulncheck_release_main
Fix govulncheck CI check on main branch
2 parents 3be7dbe + bc1aed1 commit d2b6423

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/govuln.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ jobs:
1616
- run: |
1717
set -euo pipefail
1818
19-
go install golang.org/x/vuln/cmd/govulncheck@latest && govulncheck ./...
19+
go install golang.org/x/vuln/cmd/govulncheck@latest
20+
21+
find -name go.mod -exec /bin/bash -c 'echo scanning $(dirname {}); govulncheck -C $(dirname {}) -show verbose ./...' \;

0 commit comments

Comments
 (0)