mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #18254 from ivanvc/release-3.5-dont-swallow-govulncheck-exit-code
[3.5] github/govuln: don't swallow govulncheck errors
This commit is contained in:
commit
5b4c548a2c
2
.github/workflows/govuln.yaml
vendored
2
.github/workflows/govuln.yaml
vendored
@ -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 ./...'
|
||||
|
Loading…
x
Reference in New Issue
Block a user