mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-09 08:51:54 -04:00
docs: update attestation instructions in binary readme
This commit is contained in:
parent
4be4609445
commit
eba3f8cfb0
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ use a recent version that supports "gh attestation".
|
|||
Practical example (Linux, 2.0.0b20 tag):
|
||||
|
||||
curl -LO https://github.com/borgbackup/borg/releases/download/2.0.0b20/borg-linux-glibc235-x86_64-gh
|
||||
gh attestation verify --repo borgbackup/borg --ref 2.0.0b20 ./borg-linux-glibc235-x86_64-gh
|
||||
gh attestation verify --repo borgbackup/borg --source-ref refs/tags/2.0.0b20 borg-linux-glibc235-x86_64-gh
|
||||
|
||||
If verification succeeds, gh prints a summary stating the subject (your file),
|
||||
that it was attested by GitHub Actions, and the job/workflow reference.
|
||||
|
|
|
|||
Loading…
Reference in a new issue