Skip to content

Commit

Permalink
test: Discovered issue in calling GoSec.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Feb 1, 2024
1 parent 4205631 commit 9486823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: securego/gosec@55d79496019a560e16e73e1948dee20a1fad631a # v2.18.2
with:
# args: -fmt sarif -out results.sarif ./...
args: -buildvcs=false ./...
args: ./...

# - name: Upload SARIF file
# uses: github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
Expand Down

0 comments on commit 9486823

Please sign in to comment.