NO-ISSUE: Add fix for vulnerabilty test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Goppelt 2023-07-17 19:56:39 +02:00
parent ae9b99321b
commit d74b700691
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ steps:
image: golang:1.20.2
commands:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck -v -json ./... > .build/vulncheck.json
- govulncheck -json ./... > .build/vulncheck.json
depends_on:
- prepare