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:
106106 run : echo "value=$(grep -cE "(medium|high|critical) vulnerability" ${{ steps.scan_sbom.outputs.sarif }})" >> $GITHUB_OUTPUT
107107
108108 - name : Configure AWS credentials
109- uses : aws-actions/configure-aws-credentials@v1
109+ uses : aws-actions/configure-aws-credentials@v2
110110 with :
111111 role-to-assume : ${{ secrets.AWS_S3_SBOMS_ROLE_ARN }}
112112 aws-region : ${{ env.AWS_S3_REGION }}
@@ -191,7 +191,7 @@ jobs:
191191 run : echo "value=$(grep -cE "(medium|high|critical) vulnerability" ${{ steps.scan_sbom.outputs.sarif }})" >> $GITHUB_OUTPUT
192192
193193 - name : Configure AWS credentials
194- uses : aws-actions/configure-aws-credentials@v1
194+ uses : aws-actions/configure-aws-credentials@v2
195195 with :
196196 role-to-assume : ${{ secrets.AWS_S3_SBOMS_ROLE_ARN }}
197197 aws-region : ${{ env.AWS_S3_REGION }}
Original file line number Diff line number Diff line change 9696 echo "value=$(grep -cE "(medium|high|critical) vulnerability" ${{ steps.scan_sbom.outputs.sarif }})" >> $GITHUB_OUTPUT
9797
9898 - name : Configure AWS credentials
99- uses : aws-actions/configure-aws-credentials@v1
99+ uses : aws-actions/configure-aws-credentials@v2
100100 with :
101101 role-to-assume : ${{ secrets.AWS_S3_SBOMS_ROLE_ARN }}
102102 aws-region : ${{ env.AWS_S3_REGION }}
You can’t perform that action at this time.
0 commit comments