Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/sigstore/cosign/v2 from 2.2.2 to 2.2.4 #1643

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix cosign command in tests
Signed-off-by: Bohan Chen <[email protected]>
chenbh committed Jun 11, 2024
commit 57c6e82fd59d3c178b946e5749fa0a431798e635
9 changes: 5 additions & 4 deletions pkg/slsa/sign_test.go
Original file line number Diff line number Diff line change
@@ -254,10 +254,11 @@ MC4CAQAwBQYDK2VwBCIEIATRP4Od4Mta/KjTO7c99nfGL/PCUn9Grn7mnXCiIXuW
it("generates the same image tag", func() {
// attest image via cosign
cmd := attest.AttestCommand{
KeyOpts: options.KeyOpts{KeyRef: privKeyFile},
TlogUpload: false,
PredicateType: options.PredicateSLSA1,
PredicatePath: predicateFile,
KeyOpts: options.KeyOpts{KeyRef: privKeyFile},
TlogUpload: false,
PredicateType: options.PredicateSLSA1,
PredicatePath: predicateFile,
RekorEntryType: "dsse",
}
err := cmd.Exec(ctx, digest)
require.NoError(t, err)
Loading