Skip to content

Commit

Permalink
public to code scanning
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Grunberger <[email protected]>
  • Loading branch information
Daniel Grunberger committed Oct 17, 2023
1 parent 4c266fa commit f3262cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/example-scan-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ jobs:
# # Fail at or above the specified vulnerability severity threshold
# Kubescape cloud account ID
# account: ${{secrets.KUBESCAPE_ACCOUNT}}
- name: Upload Kubescape scan results to Github Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif

0 comments on commit f3262cd

Please sign in to comment.