Skip to content

Commit 76b3a2e

Browse files
committed
fix e2e test
Signed-off-by: Hayden <[email protected]>
1 parent 5b33221 commit 76b3a2e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/e2e_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,7 @@ func TestSignAttestVerifyBlobWithSigningConfig(t *testing.T) {
965965
KeyOpts: ko,
966966
RekorEntryType: "dsse",
967967
StatementPath: statementPath,
968+
TlogUpload: true,
968969
}
969970
must(attestBlobCmd.Exec(ctx, bp), t)
970971

@@ -1073,6 +1074,7 @@ func TestSignAttestVerifyContainerWithSigningConfig(t *testing.T) {
10731074
PredicateType: "slsaprovenance",
10741075
Timeout: 30 * time.Second,
10751076
RekorEntryType: "dsse",
1077+
TlogUpload: true,
10761078
}
10771079
must(attestCmd.Exec(ctx, imgName), t)
10781080

@@ -1177,6 +1179,7 @@ func TestSignVerifyWithSigningConfigWithKey(t *testing.T) {
11771179
KeyOpts: ko,
11781180
RekorEntryType: "dsse",
11791181
StatementPath: statementPath,
1182+
TlogUpload: true,
11801183
}
11811184
must(attestBlobCmd.Exec(ctx, bp), t)
11821185

0 commit comments

Comments
 (0)