mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-21 14:29:10 +00:00
Format build provenance attestation section
This commit is contained in:
parent
bb1a1fe286
commit
060ca5740f
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,9 @@ To build an XCFramework for macOS and iOS, run the following:
|
||||||
|
|
||||||
Download the binary from [releases](https://github.com/blechschmidt/tun2proxy/releases) and put it in your `PATH`.
|
Download the binary from [releases](https://github.com/blechschmidt/tun2proxy/releases) and put it in your `PATH`.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Authenticity Verification</summary>
|
||||||
|
|
||||||
Since v0.2.23 [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)
|
Since v0.2.23 [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)
|
||||||
are supported. These allow you to ensure that the builds have been generated from the code on GitHub through the GitHub
|
are supported. These allow you to ensure that the builds have been generated from the code on GitHub through the GitHub
|
||||||
CI/CD pipeline. To verify the authenticity of the build files, you can use the [GitHub CLI](https://cli.github.com/):
|
CI/CD pipeline. To verify the authenticity of the build files, you can use the [GitHub CLI](https://cli.github.com/):
|
||||||
|
@ -44,6 +47,8 @@ CI/CD pipeline. To verify the authenticity of the build files, you can use the [
|
||||||
gh attestation verify <*.zip file> --owner tun2proxy
|
gh attestation verify <*.zip file> --owner tun2proxy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Install from source
|
### Install from source
|
||||||
|
|
||||||
If you have [rust](https://rustup.rs/) toolchain installed, this should work:
|
If you have [rust](https://rustup.rs/) toolchain installed, this should work:
|
||||||
|
|
Loading…
Add table
Reference in a new issue