Browse Source

Merge 835a62ee66 into 7302b8b0a0

pull/449/merge
AdamKorcz 4 months ago
parent
commit
56ef85613c
No account linked to committer's email address
1 changed files with 24 additions and 0 deletions
  1. 24
    0
      .github/workflows/slsa.yml

+ 24
- 0
.github/workflows/slsa.yml View File

@@ -0,0 +1,24 @@
# This builds a SLSA provenance statement for the artifacts in 'artifact-list'.
---
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/trw.yml@main
with:
rekor-log-public: true
jdk-version: 11
artifact-list: |
./target/javassist-PROJECT_VERSION.jar

Loading…
Cancel
Save