mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:13:52 +02:00
in-toto-record: add page
This commit is contained in:
parent
e61d22674d
commit
7a728b395f
1 changed files with 12 additions and 0 deletions
12
pages/common/in-toto-record.md
Normal file
12
pages/common/in-toto-record.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# in-toto-record
|
||||
|
||||
> Create a signed link metadata file to provide evidence for supply chain steps.
|
||||
> More information: <https://in-toto.readthedocs.io/en/latest/command-line-tools/in-toto-record.html>.
|
||||
|
||||
- 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 {{.}}`
|
Loading…
Add table
Reference in a new issue