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 47ecdbb commit fcd3261Copy full SHA for fcd3261
1 file changed
stack_scanner/main.py
@@ -26,7 +26,7 @@
26
HARBOR_API_BASE = f"https://{REGISTRY_URL}/api/v2.0"
27
MAX_AGE_DAYS = 180
28
SECOBSERVE_API_BASE_URL = "https://secobserve-backend.stackable.tech"
29
-SECOBSERVE_SCANNER_IMAGE = "ghcr.io/secobserve/secobserve-scanners:2026_02"
+SECOBSERVE_SCANNER_IMAGE = "oci.stackable.tech/sandbox/secobserve-scanners:latest"
30
31
# Additional images to scan that are not part of the regular versioned release.
32
# These are third-party or infrastructure images referenced by the Stackable platform.
0 commit comments