Skip to content

Commit

Permalink
Merge pull request #358 from kosli-dev/update-attest-junit-doc-text
Browse files Browse the repository at this point in the history
Update attest-junit command documentation text
  • Loading branch information
JonJagger authored Oct 14, 2024
2 parents 65348fd + 7a34dbe commit 4204c4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/kosli/attestJunit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 + `
Expand Down

0 comments on commit 4204c4a

Please sign in to comment.