mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-08-19 03:26:20 +00:00
feat: add more tests for GCB verification (#389)
* update Signed-off-by: laurentsimon <laurentsimon@google.com> * update Signed-off-by: laurentsimon <laurentsimon@google.com> * update Signed-off-by: laurentsimon <laurentsimon@google.com> * update Signed-off-by: laurentsimon <laurentsimon@google.com> * update Signed-off-by: laurentsimon <laurentsimon@google.com> * update Signed-off-by: laurentsimon <laurentsimon@google.com> * update Signed-off-by: laurentsimon <laurentsimon@google.com> Signed-off-by: laurentsimon <laurentsimon@google.com>
This commit is contained in:
@@ -29,5 +29,6 @@ var (
|
||||
ErrorNoValidSignature = errors.New("no valid signature")
|
||||
ErrorMutableImage = errors.New("the image is mutable")
|
||||
ErrorImageHash = errors.New("cannot retrieve sha256 of image")
|
||||
ErrorInvalidEncoding = errors.New("invalid encoding")
|
||||
ErrorInternal = errors.New("internal error")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user