Skip to content

Commit

Permalink
Use custom predicate type that cosign will not modify
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Steindler <[email protected]>
  • Loading branch information
steiza committed Sep 24, 2024
1 parent d3222ee commit 97d9ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 97d9ca6

Please sign in to comment.