Skip to content

Commit

Permalink
Update gosec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akindemirsec authored Apr 3, 2024
1 parent 1e3ba0c commit 87414a2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ jobs:
- name: Generate SBOM
id: sbom
uses: anchore/sbom-action@v0

- name: Run Gosec Security Scanner
id: gosec
id: GoSec Scan
uses: securego/gosec@master
with:
args: ./...
args: '-no-fail -fmt sarif -out results.sarif ./...'
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif

0 comments on commit 87414a2

Please sign in to comment.