1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/cmd/cli/kubectl-kyverno/commands/json/scan/doc.go

11 lines
164 B
Go
Raw Normal View History

package scan
// TODO
var websiteUrl = ``
var description = []string{
`Runs tests against any json compatible payloads/policies.`,
}
var examples = [][]string{}