Skip to content

Commit a4d1d70

Browse files
shrug
1 parent 07b163e commit a4d1d70

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,19 @@ jobs:
4848
- uses: actions/checkout@v4
4949
- name: actions/setup
5050
uses: ./.github/actions/setup
51+
- name: Set up drivers-github-tools
52+
uses: mongodb-labs/drivers-github-tools/setup@v2
53+
with:
54+
aws_region_name: ${{ inputs.aws_region_name }}
55+
aws_role_arn: ${{ inputs.aws_role_arn }}
56+
aws_secret_id: ${{ inputs.aws_secret_id }}
5157

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

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

0 commit comments

Comments
 (0)