Skip to content

Commit 7ae7e1b

Browse files
committed
fix
1 parent 11d96f6 commit 7ae7e1b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# restrict access to approving workflow changes
2+
.github/workflows/ @NHSDigital/eps-admins

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
make install
7878
- name: Run secrets scan
7979
run: |
80+
git-secrets --register-aws
81+
git-secrets --add-provider -- cat /usr/share/secrets-scanner/nhsd-rules-deny.txt
8082
make secret-scan
8183
- name: Run actionlint
8284
run: |

0 commit comments

Comments
 (0)