We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a731e commit aead0eeCopy full SHA for aead0ee
1 file changed
.github/workflows/quality-checks-devcontainer.yml
@@ -82,6 +82,10 @@ jobs:
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 "Checking git-secrets configuration"
86
+ git-secrets --list
87
+ echo "Checking content of git-secrets rules"
88
+ cat /usr/share/secrets-scanner/nhsd-rules-deny.txt
89
echo "Running secret scan"
90
make secret-scan
91
- name: Run actionlint
0 commit comments