commands.sh

in-toto-record

all

Create a signed link metadata file to provide evidence for supply chain steps.

More info →

Options (3)

-n, --step-nameboolean

Start the record (creates a preliminary link file)

Example: in-toto-record start {{[-n|--step-name]}} {{path/to/edit_file1 path/to/edit_file2 ...}} --signing-key {{path/to/key_file}} {{[-m|--materials]}} {{.}}
-m, --materialsboolean

Start the record (creates a preliminary link file)

Example: in-toto-record start {{[-n|--step-name]}} {{path/to/edit_file1 path/to/edit_file2 ...}} --signing-key {{path/to/key_file}} {{[-m|--materials]}} {{.}}
-p, --productsboolean

Stop the record (expects a preliminary link file)

Example: in-toto-record stop {{[-n|--step-name]}} {{path/to/edit_file1 path/to/edit_file2 ...}} --signing-key {{path/to/key_file}} {{[-p|--products]}} {{.}}

Examples (2)

Start the record (creates a preliminary link file)

in-toto-record start [-n|--step-name] path/to/edit_file1 path/to/edit_file2 ... --signing-key path/to/key_file [-m|--materials] .

Stop the record (expects a preliminary link file)

in-toto-record stop [-n|--step-name] path/to/edit_file1 path/to/edit_file2 ... --signing-key path/to/key_file [-p|--products] .
made by @shridhargupta | data from tldr-pages