File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 113113 PYTHON_VERSION : " 3.9"
114114 POETRY_VERSION : " 2.1.4"
115115 POETRY_EXPORT_PLUGIN_VERSION : " 1.9.0"
116- GS_SCORECARD_VERSION : " 1.0.0"
116+ GS_IMAGE_VERSION : " 1.0.0"
117+ GS_VERSION : " 0.3"
117118jobs :
118119 validate-custom-version :
119120 runs-on : ubuntu-latest
@@ -836,7 +837,7 @@ jobs:
836837 uses : aws-actions/amazon-ecr-login@v2
837838 - name : Pull GS Scorecard image
838839 run :
839- docker pull 956110764581.dkr.ecr.us-west-2.amazonaws.com/ta-automation/gs-scorecard:${{ env.GS_SCORECARD_VERSION }}
840+ docker pull 956110764581.dkr.ecr.us-west-2.amazonaws.com/ta-automation/gs-scorecard:${{ env.GS_IMAGE_VERSION }}
840841 - name : Run GS Scorecard
841842 env :
842843 GITHUB_TOKEN : ${{ secrets.GH_TOKEN_ADMIN }}
@@ -852,8 +853,9 @@ jobs:
852853 -e AWS_DEFAULT_REGION="us-west-2" \
853854 -e APPINSPECT_USER \
854855 -e APPINSPECT_PASS \
856+ -e GS_VERSION="${{ env.GS_VERSION }}" \
855857 -v "$(pwd)":/addon \
856- 956110764581.dkr.ecr.us-west-2.amazonaws.com/ta-automation/gs-scorecard:1.0.0
858+ 956110764581.dkr.ecr.us-west-2.amazonaws.com/ta-automation/gs-scorecard:"${{ env.GS_IMAGE_VERSION }}"
857859
858860 - name : Upload GS Scorecard report
859861 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments