File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,19 @@ jobs:
48
48
- uses : actions/checkout@v4
49
49
- name : actions/setup
50
50
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 }}
51
57
52
58
- name : " Generate Sarif Report"
53
59
uses : " alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
54
60
with :
55
61
ref : main
62
+ output-path : ${{ env.S3_ASSETS }}/sarif-report.json
56
63
57
64
- name : ' Print (TODO - upload to s3 instead)'
58
65
shell : bash
59
- run : cat code-scanning-alerts .json
66
+ run : cat ${{ env.S3_ASSETS }}/sarif-report .json
You can’t perform that action at this time.
0 commit comments