No redirect

This commit is contained in:
Stefan Goppelt 2023-03-08 19:31:51 +00:00
parent fb0e7bb668
commit f997c15873
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ steps:
- go get ./... - go get ./...
- go test ./... - go test ./...
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck -v -json ./... > vulncheck.json - govulncheck -v -json ./...