Skip to content

Commit aaeed13

Browse files
committed
ci: remove noisy govulncheck step
Signed-off-by: alexvoste <alexvostedev@proton.me>
1 parent edb67f5 commit aaeed13

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
- name: Run Go coverage
2727
run: go test -cover $(go list ./... | grep -v fz/internal/musl)
2828

29-
- name: Install govulncheck
30-
run: go install golang.org/x/vuln/cmd/govulncheck@latest
31-
32-
- name: Run Vulnerability Check
33-
run: govulncheck ./...
34-
3529
- name: Initialize CodeQL
3630
uses: github/codeql-action/init@v3
3731
with:

0 commit comments

Comments
 (0)