Skip to content

Commit

Permalink
also attest the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Jan 18, 2024
1 parent 781c91b commit dd8ae3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
echo "fs.writeFileSync('digest.txt', firstNonNullDigest);" >> process.js
node process.js
echo "::set-output name=digest::$(cat digest.txt)"
- name: Attest Binaries
uses: github-early-access/attest-action@main
with:
subject-path: dist/ochami-init
- name: generate build provenance
uses: github-early-access/generate-build-provenance@main
with:
Expand Down

0 comments on commit dd8ae3f

Please sign in to comment.