We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd648a commit 57c6e82Copy full SHA for 57c6e82
1 file changed
pkg/slsa/sign_test.go
@@ -254,10 +254,11 @@ MC4CAQAwBQYDK2VwBCIEIATRP4Od4Mta/KjTO7c99nfGL/PCUn9Grn7mnXCiIXuW
254
it("generates the same image tag", func() {
255
// attest image via cosign
256
cmd := attest.AttestCommand{
257
- KeyOpts: options.KeyOpts{KeyRef: privKeyFile},
258
- TlogUpload: false,
259
- PredicateType: options.PredicateSLSA1,
260
- PredicatePath: predicateFile,
+ KeyOpts: options.KeyOpts{KeyRef: privKeyFile},
+ TlogUpload: false,
+ PredicateType: options.PredicateSLSA1,
+ PredicatePath: predicateFile,
261
+ RekorEntryType: "dsse",
262
}
263
err := cmd.Exec(ctx, digest)
264
require.NoError(t, err)
0 commit comments