We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb67f5 commit aaeed13Copy full SHA for aaeed13
1 file changed
.github/workflows/build.yml
@@ -26,12 +26,6 @@ jobs:
26
- name: Run Go coverage
27
run: go test -cover $(go list ./... | grep -v fz/internal/musl)
28
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
35
- name: Initialize CodeQL
36
uses: github/codeql-action/init@v3
37
with:
0 commit comments