Skip to content

Latest commit

 

History

History

sandbox

Sigstore Gradle plugin samples

Samples

  • Sign Java Library Shows the way to configure sigstore signing.

    Try running ./gradlew :gradle-sign-java-library:publishAllPublicationsToTmpRepository The output will be put into gradle-sign-java-library/build/tmp-repo

  • Sign file Shows the way to sign a single file via Gradle task.

    Try running ./gradlew :gradle-sign-file:signFile. The output will be put into gradle-sign-file/build/sigstore/signFile

  • Precompiled plugin Shows the way dev.sigstore.sign can be a part of a precompiled script plugin.