diff --git a/docs/commands.md b/docs/commands.md index 756e53f9..e5575974 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -15,6 +15,7 @@ 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-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 "*") --enable-archivista Use Archivista to store or retrieve attestations