Skip to content

Commit

Permalink
Update generator_generic_slsa3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Jul 21, 2024
1 parent 0c4d928 commit 8ccbedb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generator_generic_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ jobs:
shell: bash
run: |
set -euo pipefail
mv bytecode.dump.json provenance
{
echo "base64-bytecode=$(base64 -w0 bytecode.dump.json)"
echo "base64-subjects=$(sha256sum bytecode.dump.json | base64 -w0)"
echo "base64-bytecode=$(base64 -w0 provenance)"
echo "base64-subjects=$(sha256sum provenance | base64 -w0)"
} >> "$GITHUB_OUTPUT"
provenance:
Expand Down

0 comments on commit 8ccbedb

Please sign in to comment.