Skip to content

Commit dbade2d

Browse files
committed
remove govulncheck since i dont want to care about tool.go
1 parent c98eb2b commit dbade2d

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/vuln_nancy.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,3 @@ jobs:
2121

2222
- name: Run Nancy vulnerability scanner
2323
run: make nancy
24-
25-
vulncheck:
26-
runs-on: ubuntu-latest
27-
28-
steps:
29-
- name: Checkout code
30-
uses: actions/checkout@v4
31-
32-
- name: Set up Go
33-
uses: actions/setup-go@v5
34-
with:
35-
go-version-file: go.mod
36-
37-
- name: Run vulncheck
38-
run: go tool govulncheck ./...

0 commit comments

Comments
 (0)