diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bcca235..77938f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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() }}