Skip to content

Commit

Permalink
Update gosec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stenya authored Sep 9, 2024
1 parent eb6fe6f commit da72c27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
#uses: securego/gosec@master
uses: securego/[email protected] #TODO: Use gosec@master. This is temporary because the latest version (2.21.1) has SARIF format compatibility issues with GitHub.
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: '-exclude=G104,G307 -no-fail -fmt sarif -out results.sarif ./...'
Expand Down

0 comments on commit da72c27

Please sign in to comment.