Skip to content

Commit 0d90bb4

Browse files
committed
Revert "do not need input"
This reverts commit 1e06c91.
1 parent 1e06c91 commit 0d90bb4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/quality-checks.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ on:
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"
3641
jobs:
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

0 commit comments

Comments
 (0)