Skip to content

Commit cfeb2e4

Browse files
committed
feat: switch to oci.stackable.tech
1 parent 93d7cd9 commit cfeb2e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stack_scanner/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"statsd_exporter",
2121
]
2222

23-
REGISTRY_URL = "docker.stackable.tech"
23+
REGISTRY_URL = "oci.stackable.tech"
2424

2525

2626
def main():
@@ -104,7 +104,7 @@ def main():
104104
product_version = f"{version}-stackable{release}"
105105
scan_image(
106106
secobserve_api_token,
107-
f"{REGISTRY_URL}/stackable/{product_name}:{product_version}-{arch}",
107+
f"{REGISTRY_URL}/sdp/{product_name}:{product_version}-{arch}",
108108
product_name,
109109
f"{product_version}-{arch}",
110110
)
@@ -126,7 +126,7 @@ def scan_image(
126126
"^https://github.com/stackabletech/.+/.github/workflows/.+@.+",
127127
"--certificate-oidc-issuer",
128128
"https://token.actions.githubusercontent.com",
129-
image.replace("docker.stackable.tech/stackable/", "oci.stackable.tech/sdp/"),
129+
image,
130130
]
131131
print(" ".join(extract_sbom_cmd))
132132

0 commit comments

Comments
 (0)