We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273b9f7 commit d0191e7Copy full SHA for d0191e7
1 file changed
.github/workflows/quality-checks.yml
@@ -36,8 +36,16 @@ jobs:
36
ref: ${{ env.BRANCH_NAME }}
37
fetch-depth: 0
38
- name: Run secrets scan
39
- run: |
40
- git-secrets --scan-history .
+ uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
+ with:
41
+ registry: gcr.io
42
+ image: nhsdigital/eps-devcontainers/${IMAGE}:${IMAGE_VERSION}
43
+ options: >
44
+ -v ${{ github.workspace }}:/work
45
+ -u vscode
46
+ run: |
47
+ cd /work
48
+ git-secrets --scan-history .
49
50
- &setup_npmrc
51
name: Setting up .npmrc
0 commit comments