Skip to content

Commit 1e06c91

Browse files
committed
do not need input
1 parent e048827 commit 1e06c91

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/quality-checks.yml

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

0 commit comments

Comments
 (0)