From 52f0592f54eb61c114516f29659eb86858302469 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Wed, 1 May 2024 11:49:15 -0700 Subject: [PATCH] add readme link to gh docs (#48) Signed-off-by: Brian DeHamer --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a9878ef..229f829 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ initiated. Attestations can be verified using the [`attestation` command in the GitHub CLI][5]. +See [Using artifact attestations to establish provenance for builds][9] +for more information on artifact attestations. + ## Usage Within the GitHub Actions workflow which builds some artifact you would like to @@ -230,3 +233,4 @@ jobs: https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto [7]: https://jsonlines.org/ [8]: https://github.com/actions/toolkit/tree/main/packages/glob#patterns +[9]: https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds