Skip to content

Commit e9a2d92

Browse files
committed
Added policy info to short description
1 parent 00ba4ea commit e9a2d92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/kosli/assertArtifact.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import (
1212
"github.com/spf13/cobra"
1313
)
1414

15-
const assertArtifactShortDesc = `Assert the compliance status of an artifact in Kosli (in its flow or against an environment). `
15+
const assertArtifactShortDesc = `Assert the compliance status of an artifact in Kosli ` +
16+
`(in its flow, against an environment or against policies). `
1617

1718
const assertArtifactLongDesc = assertArtifactShortDesc + `
1819
Exits with non-zero code if the artifact has a non-compliant status.`

0 commit comments

Comments
 (0)