-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #357 from AdamKorcz/gradle-slsa-builder
Add initial BYOB-based SLSA-generator
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This builds a SLSA provenance statement based on BYOB. | ||
# For now it is under heavy development and is not yet suited for releases. | ||
--- | ||
name: SLSA Provenance | ||
on: | ||
- workflow_dispatch | ||
|
||
permissions: read-all | ||
|
||
env: | ||
GH_TOKEN: ${{ github.token }} | ||
ISSUE_REPOSITORY: ${{ github.repository }} | ||
jobs: | ||
usetrw: | ||
permissions: | ||
contents: write | ||
id-token: write | ||
actions: read | ||
packages: write | ||
uses: AdamKorcz/java-slsa-generator/.github/workflows/gradle-trw.yml@main | ||
with: | ||
rekor-log-public: true | ||
artifact-list: | | ||
./sigstore-java/build/local-maven-repo/dev/sigstore/sigstore-java/GRADLE_VERSION/sigstore-java-GRADLE_VERSION.module, | ||
./sigstore-java/build/libs/sigstore-java-GRADLE_VERSION.jar, | ||
./sigstore-java/build/local-maven-repo/dev/sigstore/sigstore-java/GRADLE_VERSION/sigstore-java-GRADLE_VERSION.pom, | ||
./sigstore-java/build/local-maven-repo/dev/sigstore/sigstore-java/GRADLE_VERSION/sigstore-java-GRADLE_VERSION-sources.jar, | ||
./sigstore-java/build/libs/sigstore-java-GRADLE_VERSION-javadoc.jar |