File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9292 run : |
9393 banner="$(python -m credsweeper --banner | head -1)"
9494 echo "banner = '${banner}'"
95- if [ "CredSweeper 1.14.3 crc32:a87cf6f3 " != "${banner}" ]; then
95+ if [ "CredSweeper 1.14.3 crc32:e5cd2d86 " != "${banner}" ]; then
9696 echo "Update the check for '${banner}'"
9797 exit 1
9898 fi
Original file line number Diff line number Diff line change 2020from credsweeper .logger .logger import Logger
2121from credsweeper .utils .util import Util
2222
23- EXIT_SUCCESS = os . EX_OK
23+ EXIT_SUCCESS = 0
2424EXIT_FAILURE = 1
2525
2626logger = logging .getLogger (__name__ )
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ def test_match_n(self):
1414 MxfileScanner .match (1 )
1515
1616 def test_match_p (self ):
17- self .assertTrue (MxfileScanner .match (b"<mxfile atr=0><table></table></mxfile>" ))
17+ self .assertTrue (MxfileScanner .match (b"<mxfile atr=0><table></table></mxfile>" ))
You can’t perform that action at this time.
0 commit comments