Skip to content

Commit

Permalink
Add rekor.0.pub TUF target to unit tests (#1860)
Browse files Browse the repository at this point in the history
This target was added to the v3 TUF root.

Signed-off-by: Priya Wadhwa <priya@chainguard.dev>
  • Loading branch information
priyawadhwa committed May 11, 2022
1 parent 471dde0 commit 89b9e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cosign/tuf/client_test.go
Expand Up @@ -43,6 +43,7 @@ var targets = []string{
"fulcio_v1.crt.pem",
"ctfe.pub",
"rekor.pub",
"rekor.0.pub",
}

func TestNewFromEnv(t *testing.T) {
Expand Down

0 comments on commit 89b9e88

Please sign in to comment.