Skip to content

Commit

Permalink
Debug resulting output file in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Nov 3, 2021
1 parent aa40e45 commit 49ff130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
converter-version: 0.2.2
input-file: ${{ steps.container-image-scan.outputs.scan-report-path }}

- run: cat "${{ steps.container-scan-to-sarif.outputs.sarif-report-path }}"
if: ${{ always() }}

- name: Upload SARIF reports to GitHub Security tab
uses: github/codeql-action/upload-sarif@v1
if: ${{ always() }}
Expand Down

0 comments on commit 49ff130

Please sign in to comment.