We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f9b8a commit 37d91afCopy full SHA for 37d91af
1 file changed
.github/workflows/quality-checks-devcontainer.yml
@@ -76,20 +76,9 @@ jobs:
76
make install
77
- name: Run secrets scan
78
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"
82
git-secrets --register-aws
83
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"
+ make secret-scan
93
- name: Run actionlint
94
95
make actionlint
0 commit comments