chore(BRIDGE-303): update govulncheck to use latest release

This commit is contained in:
Atanas Janeshliev
2025-01-20 16:09:32 +01:00
parent ae5469fc81
commit 1949e89053

View File

@ -21,8 +21,7 @@
set -eo pipefail set -eo pipefail
main(){ main(){
# BRIDGE-303; Govulncheck dropped support for go<v1.20; Should be patched once we update runner golang version go install golang.org/x/vuln/cmd/govulncheck@latest
go install golang.org/x/vuln/cmd/govulncheck@4ea4418
make gofiles make gofiles
govulncheck -json ./... > vulns.json govulncheck -json ./... > vulns.json