File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments