We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1e30c commit 4058f79Copy full SHA for 4058f79
.github/workflows/sast.yml
@@ -17,6 +17,7 @@ jobs:
17
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
18
19
- name: Run Gosec
20
+ continue-on-error: true
21
run: |
22
export PATH=$PATH:$(go env GOPATH)/bin
23
gosec ./...
0 commit comments