mirror of
https://github.com/jtesta/ssh-audit.git
synced 2026-05-26 07:51:23 +02:00
Fixed docker tests.
This commit is contained in:
@@ -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