mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
fixup! Add a dangerzone-image
CLI script
This commit is contained in:
parent
1e9e468e37
commit
379c9f8f00
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue