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.
1 parent 28b0e53 commit e3e4326Copy full SHA for e3e4326
main.py
@@ -17,6 +17,8 @@
17
logging.basicConfig(filename='scanner.log', level=logging.INFO)
18
19
def main(config):
20
+
21
+ print("hello")
22
23
scanners = [ZapScanner(), NexposeScanner(), OpenVASScanner()]
24
0 commit comments