mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-12-19 15:16:29 +01:00
Fixed docker tests.
This commit is contained in:
6
src/ssh_audit/exitcodes.py
Normal file
6
src/ssh_audit/exitcodes.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# The program return values corresponding to failure(s) encountered, warning(s) encountered, connection errors, and no problems found, respectively.
|
||||
FAILURE = 3
|
||||
WARNING = 2
|
||||
CONNECTION_ERROR = 1
|
||||
GOOD = 0
|
||||
UNKNOWN_ERROR = -1
|
||||
Reference in New Issue
Block a user