Skip to content

Commit

Permalink
add original wokrflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <[email protected]>
  • Loading branch information
ramonpetgrave64 committed Aug 12, 2024
1 parent c7a3197 commit 73dc84f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/debug.generic-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,21 @@ jobs:
if-no-files-found: error
retention-days: 5

provenance-original:
needs: build
permissions:
id-token: write # For signing.
contents: write # For asset uploads.
actions: read # For reading workflow info.
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
# echo "2e0390eb024a52963db7b95e84a9c2b12c004054a7bad9a97ec0c7c89d4681d2 binary-name" | base64 -w0
# base64-subjects: "MmUwMzkwZWIwMjRhNTI5NjNkYjdiOTVlODRhOWMyYjEyYzAwNDA1NGE3YmFkOWE5N2VjMGM3Yzg5ZDQ2ODFkMiAgICBiaW5hcnktbmFtZQo="
base64-subjects: "${{ needs.build.outputs.hashes }}"
compile-generator: true
provenance-name: build-original.intoto.jsonl
upload-assets: true

provenance:
needs: build
permissions:
Expand Down

0 comments on commit 73dc84f

Please sign in to comment.