Skip to content

Commit 37d91af

Browse files
committed
go back
1 parent 81f9b8a commit 37d91af

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,9 @@ jobs:
7676
make install
7777
- name: Run secrets scan
7878
run: |
79-
echo "Checking for secret scan config"
80-
ls /usr/share/secrets-scanner/nhsd-rules-deny.txt
81-
echo "Registering git-secrets AWS rules"
8279
git-secrets --register-aws
8380
git-secrets --add-provider -- cat /usr/share/secrets-scanner/nhsd-rules-deny.txt
84-
echo "Checking git-secrets configuration"
85-
git-secrets --list
86-
echo "Checking content of git-secrets rules"
87-
cat /usr/share/secrets-scanner/nhsd-rules-deny.txt
88-
echo "Showing last few commits"
89-
git log -5 --oneline
90-
echo "Running secret scan"
91-
git-secrets --scan-history
92-
echo "scan complete"
81+
make secret-scan
9382
- name: Run actionlint
9483
run: |
9584
make actionlint

0 commit comments

Comments
 (0)