mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-06-22 18:53:40 +02:00
Added PyPI package support.
This commit is contained in:
@ -3012,6 +3012,10 @@ def audit(aconf, sshv=None):
|
||||
|
||||
utils = Utils()
|
||||
out = Output()
|
||||
if __name__ == '__main__': # pragma: nocover
|
||||
|
||||
def main():
|
||||
conf = AuditConf.from_cmdline(sys.argv[1:], usage)
|
||||
audit(conf)
|
||||
|
||||
if __name__ == '__main__': # pragma: nocover
|
||||
main()
|
||||
|
Reference in New Issue
Block a user