File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/java/dev/sigstore/conformance Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ spotless {
32
32
}
33
33
34
34
application {
35
- mainClass.set(" dev.sigstore.Main" )
35
+ mainClass.set(" dev.sigstore.conformance. Main" )
36
36
}
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package dev .sigstore ;
16
+ package dev .sigstore . conformance ;
17
17
18
18
import static com .google .common .io .Files .asByteSource ;
19
19
import static dev .sigstore .encryption .certificates .Certificates .toPemString ;
20
20
21
21
import com .google .common .hash .Hashing ;
22
+ import dev .sigstore .KeylessSigner ;
23
+ import dev .sigstore .KeylessVerifier ;
22
24
import dev .sigstore .oidc .client .GithubActionsOidcClient ;
23
25
import java .nio .file .Files ;
24
26
import java .nio .file .Path ;
You can’t perform that action at this time.
0 commit comments