1 parent fa3b75e commit 5ffa01eCopy full SHA for 5ffa01e
1 file changed
.github/workflows/build.yml
@@ -109,10 +109,8 @@ jobs:
109
${{ runner.os }}-go-1.21.13-
110
${{ runner.os }}-go-
111
112
- - name: Run security scan
113
- uses: securego/gosec@v2.24.0
114
- with:
115
- args: '-fmt sarif -out gosec.sarif -stdout -verbose=text -exclude=G101 -exclude=G303 -exclude=G204 -exclude=G302 -exclude=G301 -exclude=G304 ./...'
+ - name: Run vulnerability check
+ run: go install golang.org/x/vuln/cmd/govulncheck@latest && govulncheck ./...
116
117
- name: Upload security results
118
uses: github/codeql-action/upload-sarif@v4
0 commit comments