mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
11 lines
164 B
Go
11 lines
164 B
Go
|
package scan
|
||
|
|
||
|
// TODO
|
||
|
var websiteUrl = ``
|
||
|
|
||
|
var description = []string{
|
||
|
`Runs tests against any json compatible payloads/policies.`,
|
||
|
}
|
||
|
|
||
|
var examples = [][]string{}
|