From c0304ae5f2bba4c9816ccf4f31eaf284378fbebf Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Mon, 3 Jun 2024 19:42:39 +0200 Subject: [PATCH] Add link to GitHub CLI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e5eef2..e18fc26 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ 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: +To verify the authenticity of the binary, you can use the [GitHub CLI tool](https://cli.github.com/): ```shell gh attestation verify pallium-x86_64-bundle-linux --repo blechschmidt/pallium ```