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

Commit

Permalink
Upgrade to newest sigstore-java (#162)
Browse files Browse the repository at this point in the history
- Remove jarsign goal, we don't want to support that
- Use new .sigstore.json bundle extension

Signed-off-by: Appu Goundan <appu@google.com>
  • Loading branch information
loosebazooka authored Jun 20, 2024
1 parent 8006d01 commit afa815c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 729 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
<dependency>
<groupId>dev.sigstore</groupId>
<artifactId>sigstore-java</artifactId>
<version>0.5.0</version>
<version>0.10.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>dev.sigstore</groupId>
<artifactId>sigstore-java</artifactId>
<version>0.5.0</version>
<version>0.10.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/it/jarsign/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

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

assert cert.isFile()
Loading

0 comments on commit afa815c

Please sign in to comment.