Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
  • Loading branch information
sivanantha321 committed Oct 5, 2023
1 parent 1a4171d commit 1a4fd9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ jobs:
with:
args: '-no-fail -fmt=sarif -out=go-security-scan-results.sarif -exclude-dir=pkg/client -exclude-dir=pkg/clientv1alpha1 ./pkg/... ./cmd/...'

- name: Print sarif file
run: |
ls
cat go-security-scan-results.sarif
- name: Upload SARIF file to Github Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: go-security-scan-results.sarif
category: gosec-tool
# category: gosec-tool

0 comments on commit 1a4fd9f

Please sign in to comment.