Skip to content

Commit 4058f79

Browse files
committed
test sast
1 parent ae1e30c commit 4058f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sast.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
1818

1919
- name: Run Gosec
20+
continue-on-error: true
2021
run: |
2122
export PATH=$PATH:$(go env GOPATH)/bin
2223
gosec ./...

0 commit comments

Comments
 (0)