Skip to content

Commit 080e9b4

Browse files
committed
oops
1 parent 3e6f787 commit 080e9b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- uses: actions/checkout@v6
2525
- uses: actions/setup-go@v6
2626

27+
- name: Install govulncheck
28+
run: go install golang.org/x/vuln/cmd/govulncheck@latest
29+
2730
- name: govulncheck
2831
run: govulncheck ./...
2932

0 commit comments

Comments
 (0)