chore: restore comment

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-05-02 11:36:38 +02:00
parent d775b6971b
commit 4d7fb46d12
+1 -1
View File
@@ -1437,7 +1437,7 @@ class ScanViewSet(BaseRLSViewSet):
"scan_id": str(scan.id),
"provider_id": str(scan.provider_id),
# Disabled for now
# "checks_to_execute": ["accessanalyzer_enabled"],
# checks_to_execute=scan.scanner_args.get("checks_to_execute"),
},
)