Skip to content

Commit b4535b3

Browse files
committed
Fix govulncheck
1 parent 5f79e4f commit b4535b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
go install golang.org/x/vuln/cmd/govulncheck@latest
2424
- name: Run security checks
2525
run: |
26-
govulncheck -v ./...
26+
govulncheck ./...

0 commit comments

Comments
 (0)