Skip to content

Commit

Permalink
remove Checkov results upload to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Jan 25, 2024
1 parent bbe6f50 commit 5338240
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,3 @@ jobs:
--output json
--output sarif
--output-file-path console,checkov-terraform-results.json,checkov-terraform-results.sarif
- name: Remove suppressed findings
run: >
jq '.runs[0].results |= map(select(.suppressions | length ==0 ))' checkov-terraform-results.sarif > checkov-terraform-results-no-suppressed.sarif
- name: Upload Checkov scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'checkov-terraform-results-no-suppressed.sarif'

0 comments on commit 5338240

Please sign in to comment.