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:
laurentsimon
2022-12-05 13:31:58 -08:00
committed by GitHub
parent 267242e153
commit 4a6c5b1677
48 changed files with 5774 additions and 19 deletions
+1
View File
@@ -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")
)