Skip to content

Commit aead0ee

Browse files
committed
more debug
1 parent 97a731e commit aead0ee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
echo "Registering git-secrets AWS rules"
8383
git-secrets --register-aws
8484
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
8589
echo "Running secret scan"
8690
make secret-scan
8791
- name: Run actionlint

0 commit comments

Comments
 (0)