Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit afa815c

Browse files
authored
Upgrade to newest sigstore-java (#162)
- Remove jarsign goal, we don't want to support that - Use new .sigstore.json bundle extension Signed-off-by: Appu Goundan <appu@google.com>
1 parent 8006d01 commit afa815c

File tree

5 files changed

+21
-729
lines changed

5 files changed

+21
-729
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@
9090
<dependency>
9191
<groupId>dev.sigstore</groupId>
9292
<artifactId>sigstore-java</artifactId>
93-
<version>0.5.0</version>
93+
<version>0.10.0</version>
9494
<type>pom</type>
9595
<scope>import</scope>
9696
</dependency>
9797
<dependency>
9898
<groupId>dev.sigstore</groupId>
9999
<artifactId>sigstore-java</artifactId>
100-
<version>0.5.0</version>
100+
<version>0.10.0</version>
101101
</dependency>
102102
</dependencies>
103103
</dependencyManagement>

src/it/jarsign/verify.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
File cert = new File( basedir, "target/signingCert.pem" );
15+
File cert = new File( basedir, "target/simple-it-1.0-SNAPSHOT.jar.sigstore.json" );
1616

1717
assert cert.isFile()

0 commit comments

Comments
 (0)