-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: require complete and valid image ref on config parse (#388)
* feat: require complete and valid image ref on config parse Because image references are used to compute paths to state relating to the scan of the image, it's critical that the image is always completely specified. Signed-off-by: Will Murphy <[email protected]> * fix: path is optional, host is not Signed-off-by: Will Murphy <[email protected]> * stop requiring tag Signed-off-by: Will Murphy <[email protected]> * test: add invalid sha256 test case Signed-off-by: Will Murphy <[email protected]> --------- Signed-off-by: Will Murphy <[email protected]>
- Loading branch information
1 parent
83a0dda
commit e29c335
Showing
2 changed files
with
178 additions
and
0 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