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 b65abf1 commit ef12893Copy full SHA for ef12893
stack_scanner/main.py
@@ -85,7 +85,7 @@ def main():
85
product_name = f"{operator_name}-operator"
86
scan_image(
87
secobserve_api_token,
88
- f"{REGISTRY_URL}/stackable/{product_name}:{release}-{arch}",
+ f"{REGISTRY_URL}/sdp/{product_name}:{release}-{arch}",
89
product_name,
90
f"{release}-{arch}",
91
)
0 commit comments