Skip to content

Commit

Permalink
add action output
Browse files Browse the repository at this point in the history
  • Loading branch information
cxMiguelSilva committed Jan 30, 2024
1 parent 13232c3 commit a0b0d3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sec-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ jobs:
image: kics:sec-tests-${{ github.sha }}
fail-build: true
severity-cutoff: critical
- name: upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
- name: Inspect action SARIF report
run: cat ${{ steps.scan.outputs.sarif }}

0 comments on commit a0b0d3e

Please sign in to comment.