Skip to content

Commit 65f92dd

Browse files
committed
consistent setup
1 parent ad38bfb commit 65f92dd

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
runs-on: ubuntu-22.04
3131
container:
3232
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
33-
options: --user 1001:1001
33+
options: --user 1001:1001 --group-add 128
34+
defaults:
35+
run:
36+
shell: bash
3437
steps:
3538
- &init_tool_versions
3639
name: copy .tool-versions
@@ -207,7 +210,7 @@ jobs:
207210
runs-on: ubuntu-22.04
208211
container:
209212
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
210-
options: --user 1001:1001
213+
options: --user 1001:1001 --group-add 128
211214
defaults:
212215
run:
213216
shell: bash
@@ -288,6 +291,9 @@ jobs:
288291
container:
289292
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
290293
options: --user 1001:1001 --group-add 128
294+
defaults:
295+
run:
296+
shell: bash
291297
needs: get_docker_images_to_scan
292298
if: ${{ inputs.run_docker_scan == true }}
293299
strategy:
@@ -325,7 +331,10 @@ jobs:
325331
runs-on: ubuntu-22.04
326332
container:
327333
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
328-
options: --user 1001:1001
334+
options: --user 1001:1001 --group-add 128
335+
defaults:
336+
run:
337+
shell: bash
329338
steps:
330339
- *init_tool_versions
331340
- *checkout

0 commit comments

Comments
 (0)