Skip to content

Commit

Permalink
Update Github Action with Kubescape scan
Browse files Browse the repository at this point in the history
Signed-off-by: David Alima <davida@armosec.io>
  • Loading branch information
DanDavidA committed Jan 22, 2025
1 parent 7ef145d commit 9731b99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kubescape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results-nsa.sarif
category: nsa-compliance-scan

- name: Upload image scan results to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
sarif_file: results.sarif
category: image-scan

0 comments on commit 9731b99

Please sign in to comment.