We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8282c69 commit 9300275Copy full SHA for 9300275
.github/workflows/release.yml
@@ -62,8 +62,12 @@ jobs:
62
uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
63
with:
64
ref: main
65
- output-file: ${{ env.S3_ASSETS }}/sarif-report.json
+ output-file: sarif-report.json
66
+
67
+ - name: "Move sarif report to output file"
68
+ shell: bash
69
+ run: cp sarif-report.json ${{ env.S3_ASSETS }}/sarif-report.json
70
71
- name: 'Print (TODO - upload to s3 instead)'
72
shell: bash
- run: cat ${{ env.S3_ASSETS }}/sarif-report.json
73
+ run: ls ${{ env.S3_ASSETS }}
0 commit comments