From 2084924d4fdfd2f1a373b8cf6be942bbc331e886 Mon Sep 17 00:00:00 2001 From: Ewelina Wilkosz Date: Fri, 22 Sep 2023 13:41:57 +0200 Subject: [PATCH] Update evidencePaths flag description --- cmd/kosli/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kosli/root.go b/cmd/kosli/root.go index 5824b02ba..99dacedaf 100644 --- a/cmd/kosli/root.go +++ b/cmd/kosli/root.go @@ -136,7 +136,7 @@ More details can be found here: https://aws.github.io/aws-sdk-go-v2/docs/configu evidenceNameFlag = "The name of the evidence." evidenceFingerprintFlag = "[optional] The SHA256 fingerprint of the evidence file or dir." evidenceURLFlag = "[optional] The external URL where the evidence file or dir is stored." - evidencePathsFlag = "[optional] The comma-separated list of paths containing supporting proof for the reported evidence. Paths can be for files or directories." + evidencePathsFlag = "[optional] The comma-separated list of paths containing supporting proof for the reported evidence. Paths can be for files or directories. All provided proofs will be uploaded to Kosli's evidence vault." fingerprintFlag = "[conditional] The SHA256 fingerprint of the artifact. Only required if you don't specify '--artifact-type'." evidenceCommitFlag = "The git commit SHA1 for which the evidence belongs. (defaulted in some CIs: https://docs.kosli.com/ci-defaults )." intervalFlag = "[optional] Expression to define specified snapshots range"