We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If vulnerability checking involves running a command in OMVS or a UNIX command:
checks/ssh/ssh_template.py
checks/ssh/
checks/run_ssh_checks.py
from .ssh.new_file import *
ssh_checks
If vulnerability checking involves running a TSO command or a command from ISPF:
checks/tso/tso_template.py
checks/tso/
checks/run_tso_checks.py
from .tso.new_file import *
tso_checks
ext/scripts/
/* rexx */
/* REXX */
ext/run_external_scripts.py