chore: actually fix gosec (#24133)

This commit is contained in:
Alex | Interchain Labs 2025-03-25 16:01:03 -04:00 committed by GitHub
parent 7ccf478fd6
commit f78a75ce96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: "-exclude=G101,G107 -skip-files \".*(\\.pulsar\\.go|\\.pb\\.go)$\" -no-fail -fmt sarif -out results.sarif ./..."
args: "-exclude=G101,G107 -exclude-generated -no-fail -fmt sarif -out results.sarif ./..."
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2