File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
run : echo "value=$(grep -cE "(medium|high|critical) vulnerability" ${{ steps.scan_sbom.outputs.sarif }})" >> $GITHUB_OUTPUT
107
107
108
108
- name : Configure AWS credentials
109
- uses : aws-actions/configure-aws-credentials@v1
109
+ uses : aws-actions/configure-aws-credentials@v2
110
110
with :
111
111
role-to-assume : ${{ secrets.AWS_S3_SBOMS_ROLE_ARN }}
112
112
aws-region : ${{ env.AWS_S3_REGION }}
@@ -191,7 +191,7 @@ jobs:
191
191
run : echo "value=$(grep -cE "(medium|high|critical) vulnerability" ${{ steps.scan_sbom.outputs.sarif }})" >> $GITHUB_OUTPUT
192
192
193
193
- name : Configure AWS credentials
194
- uses : aws-actions/configure-aws-credentials@v1
194
+ uses : aws-actions/configure-aws-credentials@v2
195
195
with :
196
196
role-to-assume : ${{ secrets.AWS_S3_SBOMS_ROLE_ARN }}
197
197
aws-region : ${{ env.AWS_S3_REGION }}
Original file line number Diff line number Diff line change 96
96
echo "value=$(grep -cE "(medium|high|critical) vulnerability" ${{ steps.scan_sbom.outputs.sarif }})" >> $GITHUB_OUTPUT
97
97
98
98
- name : Configure AWS credentials
99
- uses : aws-actions/configure-aws-credentials@v1
99
+ uses : aws-actions/configure-aws-credentials@v2
100
100
with :
101
101
role-to-assume : ${{ secrets.AWS_S3_SBOMS_ROLE_ARN }}
102
102
aws-region : ${{ env.AWS_S3_REGION }}
You can’t perform that action at this time.
0 commit comments