From 97d9ca6660b96b7aadd4c4e408d5a5756d98aeb2 Mon Sep 17 00:00:00 2001 From: Zach Steindler Date: Tue, 24 Sep 2024 10:43:52 -0400 Subject: [PATCH] Use custom predicate type that cosign will not modify Signed-off-by: Zach Steindler --- test/e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_test.go b/test/e2e_test.go index 598d7faa5c0..30d8662b11f 100644 --- a/test/e2e_test.go +++ b/test/e2e_test.go @@ -870,7 +870,7 @@ func TestAttestationBlobRFC3161Timestamp(t *testing.T) { blob := "someblob" predicate := `{ "buildType": "x", "builder": { "id": "2" }, "recipe": {} }` - predicateType := "slsaprovenance" + predicateType := "custompredicate" td := t.TempDir() t.Cleanup(func() {