Skip to content

Commit 97a731e

Browse files
committed
debug
1 parent ad9098f commit 97a731e

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
@@ -77,8 +77,12 @@ jobs:
7777
make install
7878
- name: Run secrets scan
7979
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"
8083
git-secrets --register-aws
8184
git-secrets --add-provider -- cat /usr/share/secrets-scanner/nhsd-rules-deny.txt
85+
echo "Running secret scan"
8286
make secret-scan
8387
- name: Run actionlint
8488
run: |

0 commit comments

Comments
 (0)