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 91c99e6 commit fe71ab0Copy full SHA for fe71ab0
agentic_security/lib.py
@@ -202,7 +202,7 @@ def entrypoint(self):
202
self.load_config(self.default_path)
203
logger.info("Configuration loaded successfully.")
204
print(self.config)
205
- datasets = list(self.get_config_value("modules").values())
+ datasets = list(self.get_config_value("modules", {}).values())
206
for d in datasets:
207
d["selected"] = True
208
self.scan(
0 commit comments