From 7a728b395faa928a84649ebf1f5996da3c772639 Mon Sep 17 00:00:00 2001 From: Furkan Date: Wed, 20 Oct 2021 21:52:41 +0300 Subject: [PATCH] in-toto-record: add page --- pages/common/in-toto-record.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/in-toto-record.md diff --git a/pages/common/in-toto-record.md b/pages/common/in-toto-record.md new file mode 100644 index 000000000..52c606f98 --- /dev/null +++ b/pages/common/in-toto-record.md @@ -0,0 +1,12 @@ +# in-toto-record + +> Create a signed link metadata file to provide evidence for supply chain steps. +> More information: . + +- Start the record (creates a preliminary link file): + +`in-toto-record start -n {{edit-files}} -k {{path/to/key_file}} -m {{.}}` + +- Stop the record (expects a preliminary link file): + +`in-toto-record stop -n {{edit-files}} -k {{path/to/key_file}} -p {{.}}`