Skip to content

Commit

Permalink
feat: raise uncatched exceptions in `image_transfer/encoder.py::get_m…
Browse files Browse the repository at this point in the history
…anifests_and_list_of_all_blobs`

Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes committed Jul 10, 2024
1 parent 5b103dd commit 1388241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/image_transfer/encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def get_manifests_and_list_of_all_blobs(
raise RegistryPreconditionFailedException(
f"{docker_image} is either not scanned yet or not passing the vulnerability checks."
) from e
raise e
manifests.append(manifest)
blobs_to_pull += blobs
return manifests, blobs_to_pull
Expand Down

0 comments on commit 1388241

Please sign in to comment.