Skip to content

Commit

Permalink
Add nessus_podman.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sfowl committed Oct 29, 2024
1 parent 718ecef commit 90814c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scanners/nessus/nessus_podman.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CLASSNAME = "Nessus"


class Nessus:
def __init__(self, *args):
raise RuntimeError("nessus scanner is not supported with 'general.container.type=podman' config option")

0 comments on commit 90814c0

Please sign in to comment.