Skip to content

Commit

Permalink
minor comments changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitris committed Apr 19, 2023
1 parent 771e323 commit cc46981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2043,7 +2043,7 @@ func registryClientOpts(ctx context.Context) []remote.Option {
}
}

// If a signature has a bundle, but *not for that signature*, cosign verification should fail
// If a signature has a bundle, but *not for that signature*, cosign verification should fail.
// This test is pretty long, so here are the basic points:
// 1. Sign image1 with a keypair, store entry in rekor
// 2. Sign image2 with keypair, DO NOT store entry in rekor
Expand Down
2 changes: 1 addition & 1 deletion test/e2e_test_secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ crane cp ghcr.io/distroless/alpine-base $multiarch_img
# `initialize`
./cosign initialize

## Generate (also test output redirection
## Generate (also test output redirection)
./cosign generate $img > payload1
./cosign generate --output-file=payload2 $img
diff payload1 payload2
Expand Down

0 comments on commit cc46981

Please sign in to comment.