diff --git a/.github/workflows/gosec.yaml b/.github/workflows/gosec.yaml index b3b8c3cab..b4df55fed 100644 --- a/.github/workflows/gosec.yaml +++ b/.github/workflows/gosec.yaml @@ -22,6 +22,7 @@ jobs: cache: false - name: Run Gosec id: gosec-run + continue-on-error: true uses: securego/gosec@master with: # args: '-exclude=G104,G115,G304,G406,G507 -exclude-dir=builtin/gen ./...'