File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 "statsd_exporter" ,
2121]
2222
23- REGISTRY_URL = "docker .stackable.tech"
23+ REGISTRY_URL = "oci .stackable.tech"
2424
2525
2626def 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
You can’t perform that action at this time.
0 commit comments