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