Skip to content

Commit

Permalink
Update iac_scan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
clementrey-dev authored Aug 30, 2024
1 parent 56a15d9 commit f263a96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/iac_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
run: |-
sed -i 's#git::https:/##g' ${{ env.TRIVY_REPORT_FILE }}
- name: cat
run: |
ls
cat ${{ env.TRIVY_REPORT_FILE }}
- name: Upload trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
if: success() || failure()
Expand Down

0 comments on commit f263a96

Please sign in to comment.