File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
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"
4136jobs :
4237 get-called-ref :
4338 name : Get called ref
@@ -442,8 +437,6 @@ jobs:
442437 fetch-depth : 0
443438
444439 - name : Download check_ecr_image_scan_results.sh script
445- env :
446- SCRIPT_TAG : ${{ inputs.check_ecr_image_scan_results_script_tag }}
447440 run : |
448441 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
449442 chmod +x check_ecr_image_scan_results.sh
@@ -499,8 +492,6 @@ jobs:
499492 fetch-depth : 0
500493
501494 - name : Download check_ecr_image_scan_results.sh script
502- env :
503- SCRIPT_TAG : ${{ inputs.check_ecr_image_scan_results_script_tag }}
504495 run : |
505496 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
506497 chmod +x check_ecr_image_scan_results.sh
You can’t perform that action at this time.
0 commit comments