Skip to content

Commit ad38bfb

Browse files
committed
add docker group
1 parent f5408f4 commit ad38bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
runs-on: ubuntu-22.04
288288
container:
289289
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
290-
options: --user 1001:1001 --group-add $(stat -c '%g' [docker.sock])
290+
options: --user 1001:1001 --group-add 128
291291
needs: get_docker_images_to_scan
292292
if: ${{ inputs.run_docker_scan == true }}
293293
strategy:

0 commit comments

Comments
 (0)