fixup! Add a dangerzone-image CLI script

This commit is contained in:
Alexis Métaireau 2025-02-12 11:40:36 +01:00
parent 1e9e468e37
commit 379c9f8f00

View file

@ -52,7 +52,7 @@ def parse_image_location(input_string: str) -> Image:
)
def _get_auth_header(image) -> Dict[str, str]:
def _get_auth_header(image: Image) -> Dict[str, str]:
auth_url = f"https://{image.registry}/token"
response = requests.get(
auth_url,