File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3333 type : string
3434 description : " The tag to use for the dev container image."
3535 required : true
36+ check_ecr_image_scan_results_script_tag :
37+ type : string
38+ description : " The tag to download check_ecr_image_scan_results.sh script."
39+ required : false
40+ default : " dev_container_build"
3641jobs :
3742 get-called-ref :
3843 name : Get called ref
@@ -437,6 +442,8 @@ jobs:
437442 fetch-depth : 0
438443
439444 - name : Download check_ecr_image_scan_results.sh script
445+ env :
446+ SCRIPT_TAG : ${{ inputs.check_ecr_image_scan_results_script_tag }}
440447 run : |
441448 curl -L "https://raw.githubusercontent.com/NHSDigital/eps-common-workflows/${{ needs.get-called-ref.outputs.ref }}/.github/scripts/check_ecr_image_scan_results.sh" -o check_ecr_image_scan_results.sh
442449 chmod +x check_ecr_image_scan_results.sh
@@ -492,6 +499,8 @@ jobs:
492499 fetch-depth : 0
493500
494501 - name : Download check_ecr_image_scan_results.sh script
502+ env :
503+ SCRIPT_TAG : ${{ inputs.check_ecr_image_scan_results_script_tag }}
495504 run : |
496505 curl -L "https://raw.githubusercontent.com/NHSDigital/eps-common-workflows/${{ needs.get-called-ref.outputs.ref }}/.github/scripts/check_ecr_image_scan_results.sh" -o check_ecr_image_scan_results.sh
497506 chmod +x check_ecr_image_scan_results.sh
You can’t perform that action at this time.
0 commit comments