We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9098f commit 97a731eCopy full SHA for 97a731e
1 file changed
.github/workflows/quality-checks-devcontainer.yml
@@ -77,8 +77,12 @@ jobs:
77
make install
78
- name: Run secrets scan
79
run: |
80
+ echo "Checking for secret scan config"
81
+ ls /usr/share/secrets-scanner/nhsd-rules-deny.txt
82
+ echo "Registering git-secrets AWS rules"
83
git-secrets --register-aws
84
git-secrets --add-provider -- cat /usr/share/secrets-scanner/nhsd-rules-deny.txt
85
+ echo "Running secret scan"
86
make secret-scan
87
- name: Run actionlint
88
0 commit comments