We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5408f4 commit ad38bfbCopy full SHA for ad38bfb
1 file changed
.github/workflows/quality-checks.yml
@@ -287,7 +287,7 @@ jobs:
287
runs-on: ubuntu-22.04
288
container:
289
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
290
- options: --user 1001:1001 --group-add $(stat -c '%g' [docker.sock])
+ options: --user 1001:1001 --group-add 128
291
needs: get_docker_images_to_scan
292
if: ${{ inputs.run_docker_scan == true }}
293
strategy:
0 commit comments