Skip to content

Commit ae8f5ab

Browse files
committed
fix e2e test
Signed-off-by: Hayden <[email protected]>
1 parent fbcbd32 commit ae8f5ab

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
@@ -963,6 +963,7 @@ func TestSignAttestVerifyBlobWithSigningConfig(t *testing.T) {
963963
KeyOpts: ko,
964964
RekorEntryType: "dsse",
965965
StatementPath: statementPath,
966+
TlogUpload: true,
966967
}
967968
must(attestBlobCmd.Exec(ctx, bp), t)
968969

@@ -1071,6 +1072,7 @@ func TestSignAttestVerifyContainerWithSigningConfig(t *testing.T) {
10711072
PredicateType: "slsaprovenance",
10721073
Timeout: 30 * time.Second,
10731074
RekorEntryType: "dsse",
1075+
TlogUpload: true,
10741076
}
10751077
must(attestCmd.Exec(ctx, imgName), t)
10761078

@@ -1175,6 +1177,7 @@ func TestSignVerifyWithSigningConfigWithKey(t *testing.T) {
11751177
KeyOpts: ko,
11761178
RekorEntryType: "dsse",
11771179
StatementPath: statementPath,
1180+
TlogUpload: true,
11781181
}
11791182
must(attestBlobCmd.Exec(ctx, bp), t)
11801183

0 commit comments

Comments
 (0)