From 2f2bb49adca244031d584ffbb27e32585e64ed42 Mon Sep 17 00:00:00 2001 From: Benson Kuang <3453547+bkuang@users.noreply.github.com> Date: Mon, 12 Jul 2021 16:04:12 -0400 Subject: [PATCH] docs: Include verify_attestation_chains.py help text to attestations README (#134) --- samples/attestations/README.rst.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/attestations/README.rst.in b/samples/attestations/README.rst.in index 3e188a17..1c536fbf 100644 --- a/samples/attestations/README.rst.in +++ b/samples/attestations/README.rst.in @@ -12,6 +12,9 @@ setup: - install_deps samples: +- name: Verify attestations and certificate chains for keys generated by Cloud HSM + file: verify_attestation_chains.py + show_help: True - name: Verify attestations for keys generated by Cloud HSM file: verify_attestation.py show_help: True