-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): fix crash when scanning a non-local image
If we run `ggshield scan docker <image>` and `<image>` is not available locally, `ggshield` downloads it first. I broke this feature when I made other Docker fixes: ggshield currently raises an exception at the end of the download. Fix that and add tests to cover that case to ensure that cannot go undetected anymore. Fixes #181.
- Loading branch information
1 parent
e844671
commit cfbaf17
Showing
2 changed files
with
49 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters