diff --git a/agent.py b/agent.py index 0b82cd6..96e1afe 100644 --- a/agent.py +++ b/agent.py @@ -113,15 +113,6 @@ class ProbeMode(str, Enum): SYNTHETIC = "synthetic" -class AuditScope(str, Enum): - CARD = "card" - CONFIGURATION = "configuration" - RUNTIME = "runtime" - REPOSITORY = "repository" - RISK = "risk" - REMEDIATION = "remediation" - - class Evidence(StrictModel): id: str source: str