diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdfeed52..ece2a021 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,8 +62,12 @@ jobs: uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report" with: ref: main - output-file: ${{ env.S3_ASSETS }}/sarif-report.json + output-file: sarif-report.json + + - name: "Move sarif report to output file" + shell: bash + run: cp sarif-report.json ${{ env.S3_ASSETS }}/sarif-report.json - name: 'Print (TODO - upload to s3 instead)' shell: bash - run: cat ${{ env.S3_ASSETS }}/sarif-report.json + run: ls ${{ env.S3_ASSETS }}