Skip to content

Commit

Permalink
new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
vs4vijay authored Jan 25, 2024
1 parent 28b0e53 commit e3e4326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
logging.basicConfig(filename='scanner.log', level=logging.INFO)

def main(config):

print("hello")

scanners = [ZapScanner(), NexposeScanner(), OpenVASScanner()]

Expand Down

0 comments on commit e3e4326

Please sign in to comment.