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 a257ea5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scanners/nessus/nessus_podman.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from scanners import RapidastScanner

CLASSNAME = "Nessus"


class Nessus(RapidastScanner):
def __init__(self, *args):
raise RuntimeError("nessus scanner is not supported with container.type=`podman` run mode ")

0 comments on commit a257ea5

Please sign in to comment.