Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 30, 2024
1 parent 8282c69 commit 9300275
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 9300275

Please sign in to comment.