Skip to content

Commit 0475c61

Browse files
committed
Remove blank line between two sentences explaining the two binding modes
1 parent 925e2dd commit 0475c61

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmd/kosli/attestation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
const commitDescription = `You can optionally associate the attestation to a git commit using ^--commit^ (requires access to a git repo).
1313
You can optionally redact some of the git commit data sent to Kosli using ^--redact-commit-info^.
14-
Note that when the attestation is reported for an artifact that does not yet exist in Kosli, ^--commit^ becomes required to facilitate
14+
Note that when the attestation is reported for an artifact that does not yet exist in Kosli, ^--commit^ is required to facilitate
1515
binding the attestation to the right artifact.`
1616

1717
type URLInfo struct {

cmd/kosli/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ images in registries or "docker" for local docker images.
5252
attestationBindingDesc = `
5353
5454
The attestation can be bound to a *trail* using the trail name.
55-
5655
The attestation can be bound to an *artifact* in two ways:
5756
- using the artifact's SHA256 fingerprint which is calculated (based on the ^--artifact-type^ flag and the artifact name/path argument) or can be provided directly (with the ^--fingerprint^ flag).
5857
- using the artifact's name in the flow yaml template and the git commit from which the artifact is/will be created. Useful when reporting an attestation before creating/reporting the artifact.`

0 commit comments

Comments
 (0)