@@ -55,22 +55,22 @@ jobs:
5555 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
5656 with :
5757 workspace_folder : ${{ github.workspace }}
58- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
58+ image : ${{ inputs.runtime_docker_image }}
5959 run : |
6060 make install
6161
6262 - name : Run secrets scan
6363 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
6464 with :
6565 workspace_folder : ${{ github.workspace }}
66- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
66+ image : ${{ inputs.runtime_docker_image }}
6767 run : |
6868 make secrets-scan
6969 - name : Run actionlint
7070 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
7171 with :
7272 workspace_folder : ${{ github.workspace }}
73- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
73+ image : ${{ inputs.runtime_docker_image }}
7474 run : |
7575 make actionlint
7676
@@ -125,7 +125,7 @@ jobs:
125125 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
126126 with :
127127 workspace_folder : ${{ github.workspace }}
128- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
128+ image : ${{ inputs.runtime_docker_image }}
129129 run : |
130130 make trivy-license-check
131131
@@ -139,30 +139,30 @@ jobs:
139139 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
140140 with :
141141 workspace_folder : ${{ github.workspace }}
142- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
142+ image : ${{ inputs.runtime_docker_image }}
143143 run : |
144144 make lint
145145
146146 - name : Run ShellCheck
147147 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
148148 with :
149149 workspace_folder : ${{ github.workspace }}
150- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
150+ image : ${{ inputs.runtime_docker_image }}
151151 run : |
152152 make shellcheck
153153
154154 - name : Run unit tests
155155 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
156156 with :
157157 workspace_folder : ${{ github.workspace }}
158- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
158+ image : ${{ inputs.runtime_docker_image }}
159159 run : |
160160 make test
161161 - name : make generate sbom
162162 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
163163 with :
164164 workspace_folder : ${{ github.workspace }}
165- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
165+ image : ${{ inputs.runtime_docker_image }}
166166 run : |
167167 make trivy-generate-sbom
168168 - name : Upload sbom
@@ -176,7 +176,7 @@ jobs:
176176 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
177177 with :
178178 workspace_folder : ${{ github.workspace }}
179- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
179+ image : ${{ inputs.runtime_docker_image }}
180180 run : |
181181 make trivy-scan-python
182182
@@ -185,23 +185,23 @@ jobs:
185185 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
186186 with :
187187 workspace_folder : ${{ github.workspace }}
188- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
188+ image : ${{ inputs.runtime_docker_image }}
189189 run : |
190190 make trivy-scan-node
191191 - name : Check go vulnerabilities
192192 if : ${{ steps.check_languages.outputs.uses_go == 'true' }}
193193 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
194194 with :
195195 workspace_folder : ${{ github.workspace }}
196- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
196+ image : ${{ inputs.runtime_docker_image }}
197197 run : |
198198 make trivy-scan-go
199199 - name : Check java vulnerabilities
200200 if : ${{ steps.check_languages.outputs.uses_java == 'true' }}
201201 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
202202 with :
203203 workspace_folder : ${{ github.workspace }}
204- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
204+ image : ${{ inputs.runtime_docker_image }}
205205 run : |
206206 make trivy-scan-java
207207 - name : Show vulnerability output
@@ -341,7 +341,7 @@ jobs:
341341 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
342342 with :
343343 workspace_folder : ${{ github.workspace }}
344- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
344+ image : ${{ inputs.runtime_docker_image }}
345345 run : |
346346 make install
347347
@@ -350,15 +350,15 @@ jobs:
350350 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
351351 with :
352352 workspace_folder : ${{ github.workspace }}
353- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
353+ image : ${{ inputs.runtime_docker_image }}
354354 run : |
355355 make docker-build
356356
357357 - name : Check docker vulnerabilities
358358 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
359359 with :
360360 workspace_folder : ${{ github.workspace }}
361- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
361+ image : ${{ inputs.runtime_docker_image }}
362362 run : |
363363 make trivy-scan-docker
364364 env :
@@ -427,7 +427,7 @@ jobs:
427427 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
428428 with :
429429 workspace_folder : ${{ github.workspace }}
430- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
430+ image : ${{ inputs.runtime_docker_image }}
431431 run : |
432432 make cfn-lint
433433
@@ -439,7 +439,7 @@ jobs:
439439 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
440440 with :
441441 workspace_folder : ${{ github.workspace }}
442- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
442+ image : ${{ inputs.runtime_docker_image }}
443443 run : |
444444 make install-node compile
445445
@@ -448,15 +448,15 @@ jobs:
448448 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
449449 with :
450450 workspace_folder : ${{ github.workspace }}
451- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
451+ image : ${{ inputs.runtime_docker_image }}
452452 run : |
453453 make cdk-synth
454454
455455 - name : Run cfn-guard script for sam templates
456456 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
457457 with :
458458 workspace_folder : ${{ github.workspace }}
459- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
459+ image : ${{ inputs.runtime_docker_image }}
460460 run : |
461461 make cfn-guard-sam-templates
462462
@@ -465,15 +465,15 @@ jobs:
465465 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
466466 with :
467467 workspace_folder : ${{ github.workspace }}
468- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
468+ image : ${{ inputs.runtime_docker_image }}
469469 run : |
470470 make cfn-guard-cloudformation
471471 - name : Run cfn-guard script for cdk templates
472472 if : steps.check_cdk.outputs.cdk_exists == 'true'
473473 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
474474 with :
475475 workspace_folder : ${{ github.workspace }}
476- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
476+ image : ${{ inputs.runtime_docker_image }}
477477 run : |
478478 make cfn-guard-cdk
479479
@@ -501,7 +501,7 @@ jobs:
501501 uses : anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
502502 with :
503503 workspace_folder : ${{ github.workspace }}
504- image : ghcr.io/nhsdigital/eps-devcontainers/ ${{ inputs.runtime_docker_image }}
504+ image : ${{ inputs.runtime_docker_image }}
505505 run : |
506506 make cfn-guard-terraform
507507
0 commit comments