Skip to content

Commit 6edfb87

Browse files
committed
banner-sealed
1 parent 6d04080 commit 6edfb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
banner="$(python -m credsweeper --banner | grep CredSweeper | head -1)"
9595
echo "banner = '${banner}'"
96-
if [ "CredSweeper 1.15.3 crc32:4dac77cb" != "${banner}" ]; then
96+
if [ "CredSweeper 1.15.3 crc32:ed5c0280" != "${banner}" ]; then
9797
echo "Update the check for '${banner}'"
9898
exit 1
9999
fi

0 commit comments

Comments
 (0)