We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c856b02 commit 81f9b8aCopy full SHA for 81f9b8a
2 files changed
.gitallowed
@@ -8,5 +8,3 @@ token = os\.environ\.get\(\"GH_TOKEN\"\)
8
poetry\.lock
9
\-Dsonar\.token=\"\$SONAR_TOKEN\"
10
token: "\${{ steps\.generate-token\.outputs\.token }}"
11
-id-token: 'write'
12
-id-token: "write"
.github/workflows/quality-checks-devcontainer.yml
@@ -87,8 +87,6 @@ jobs:
87
cat /usr/share/secrets-scanner/nhsd-rules-deny.txt
88
echo "Showing last few commits"
89
git log -5 --oneline
90
- echo "showing bad commits"
91
- git show e8c26eb44639ad414727f8d5c74110cfd4e36ecc
92
echo "Running secret scan"
93
git-secrets --scan-history
94
echo "scan complete"
0 commit comments