We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d96f6 commit 7ae7e1bCopy full SHA for 7ae7e1b
2 files changed
.github/CODEOWNERS
@@ -0,0 +1,2 @@
1
+# restrict access to approving workflow changes
2
+.github/workflows/ @NHSDigital/eps-admins
.github/workflows/quality-checks-devcontainer.yml
@@ -77,6 +77,8 @@ jobs:
77
make install
78
- name: Run secrets scan
79
run: |
80
+ git-secrets --register-aws
81
+ git-secrets --add-provider -- cat /usr/share/secrets-scanner/nhsd-rules-deny.txt
82
make secret-scan
83
- name: Run actionlint
84
0 commit comments