Skip to content

Commit

Permalink
shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 30, 2024
1 parent 07b163e commit a4d1d70
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,19 @@ jobs:
- uses: actions/checkout@v4
- name: actions/setup
uses: ./.github/actions/setup
- name: Set up drivers-github-tools
uses: mongodb-labs/drivers-github-tools/setup@v2
with:
aws_region_name: ${{ inputs.aws_region_name }}
aws_role_arn: ${{ inputs.aws_role_arn }}
aws_secret_id: ${{ inputs.aws_secret_id }}

- name: "Generate Sarif Report"
uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
with:
ref: main
output-path: ${{ env.S3_ASSETS }}/sarif-report.json

- name: 'Print (TODO - upload to s3 instead)'
shell: bash
run: cat code-scanning-alerts.json
run: cat ${{ env.S3_ASSETS }}/sarif-report.json

0 comments on commit a4d1d70

Please sign in to comment.