Skip to content

Commit

Permalink
Mention build provenance attestation support
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Jun 3, 2024
1 parent 0cbbcef commit 5b4e077
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ curl -O -L https://github.com/blechschmidt/pallium/releases/latest/download/pall
chmod +x pallium-x86_64-bundle-linux
```

Pallium supports [build provenance attestations](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds#verifying-artifact-attestations-with-the-github-cli).
To verify the authenticity of the binary, you can use the GitHub CLI tool:
```shell
gh attestation verify pallium-x86_64-bundle-linux --repo blechschmidt/pallium
```

This ensures that the binary was built by the GitHub Actions CI/CD pipeline and has not been tampered with.

### Automated Installation
Having cloned pallium, it can be installed using the included installation script:

Expand Down

0 comments on commit 5b4e077

Please sign in to comment.