Skip to content

Commit

Permalink
test: Disable GoSec Sarif uploading until we know why it's failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Feb 1, 2024
1 parent 771756b commit ea785fa
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@55d79496019a560e16e73e1948dee20a1fad631a # v2.18.2
with:
args: -fmt sarif -out results.sarif ./...
# args: -fmt sarif -out results.sarif ./...
args: ./...

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: results.sarif
# - name: Upload SARIF file
# uses: github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
# with:
# # Path to SARIF file relative to the root of the repository
# sarif_file: results.sarif

0 comments on commit ea785fa

Please sign in to comment.