Skip to content

Commit fcd3261

Browse files
committed
feat: use custom scanner image again
1 parent 47ecdbb commit fcd3261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stack_scanner/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
HARBOR_API_BASE = f"https://{REGISTRY_URL}/api/v2.0"
2727
MAX_AGE_DAYS = 180
2828
SECOBSERVE_API_BASE_URL = "https://secobserve-backend.stackable.tech"
29-
SECOBSERVE_SCANNER_IMAGE = "ghcr.io/secobserve/secobserve-scanners:2026_02"
29+
SECOBSERVE_SCANNER_IMAGE = "oci.stackable.tech/sandbox/secobserve-scanners:latest"
3030

3131
# Additional images to scan that are not part of the regular versioned release.
3232
# These are third-party or infrastructure images referenced by the Stackable platform.

0 commit comments

Comments
 (0)