We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d04080 commit 6edfb87Copy full SHA for 6edfb87
.github/workflows/check.yml
@@ -93,7 +93,7 @@ jobs:
93
run: |
94
banner="$(python -m credsweeper --banner | grep CredSweeper | head -1)"
95
echo "banner = '${banner}'"
96
- if [ "CredSweeper 1.15.3 crc32:4dac77cb" != "${banner}" ]; then
+ if [ "CredSweeper 1.15.3 crc32:ed5c0280" != "${banner}" ]; then
97
echo "Update the check for '${banner}'"
98
exit 1
99
fi
0 commit comments