From 7a34dbe193197267746aa64834bb78f92c8e9756 Mon Sep 17 00:00:00 2001 From: JonJagger Date: Mon, 14 Oct 2024 08:08:25 +0100 Subject: [PATCH] Update attest-junit command documentation text --- cmd/kosli/attestJunit.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/kosli/attestJunit.go b/cmd/kosli/attestJunit.go index 1af4cd72..ea410324 100644 --- a/cmd/kosli/attestJunit.go +++ b/cmd/kosli/attestJunit.go @@ -22,7 +22,9 @@ type attestJunitOptions struct { payload JunitAttestationPayload } -const attestJunitShortDesc = `Report a junit attestation to an artifact or a trail in a Kosli flow. ` +const attestJunitShortDesc = `Report a junit attestation to an artifact or a trail in a Kosli flow. +JUnit xml files are read from the ^--results-dir^ directory which defaults to the current directory. +The xml files are automatically uploaded as ^--attachments^ via the ^--upload-results^ flag which defaults to ^true^. ` const attestJunitLongDesc = attestJunitShortDesc + attestationBindingDesc + `