From d330b78bbf8ebb620f0978f7f3af8d6b6f1707b1 Mon Sep 17 00:00:00 2001 From: John Kjell Date: Sun, 7 Apr 2024 09:07:11 -0500 Subject: [PATCH] make docgen update Signed-off-by: John Kjell --- docs/commands.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/commands.md b/docs/commands.md index 1d974528..6f0625b2 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -44,7 +44,6 @@ witness run [cmd] [flags] ``` --archivista-server string URL of the Archivista server to store or retrieve attestations (default "https://archivista.testifysec.io") -a, --attestations strings Attestations to record ('product' and 'material' are always recorded) (default [environment,git]) - --attestor-link-export Export the link attestation to its own file --attestor-maven-pom-path string The path to the Project Object Model (POM) XML file used for task being attested (default "pom.xml"). (default "pom.xml") --attestor-product-exclude-glob string Pattern to use when recording products. Files that match this pattern will be excluded as subjects on the attestation. --attestor-product-include-glob string Pattern to use when recording products. Files that match this pattern will be included as subjects on the attestation. (default "*") @@ -52,7 +51,9 @@ witness run [cmd] [flags] --enable-archivista Use Archivista to store or retrieve attestations --hashes strings Hashes selected for digest calculation. Defaults to SHA256 (default [sha256]) -h, --help help for run - -o, --outfile string File to which to write signed data. Defaults to stdout + -o, --outfile string (Deprecated for --output) File to which to write signed data. Defaults to stdout + --output string The filepath to output the attestations to. The names of the files will follow a standard scheme unless --output-prefix is specified + --output-prefix string The prefix to use for the output file names. If not specified, the step name will be used --signer-file-cert-path string Path to the file containing the certificate for the private key --signer-file-intermediate-paths strings Paths to files containing intermediates required to establish trust of the signer's certificate to a root -k, --signer-file-key-path string Path to the file containing the private key