mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 15:37:19 +00:00
9 lines
99 B
Go
9 lines
99 B
Go
package main
|
|
|
|
import (
|
|
"github.com/kyverno/kyverno/pkg/kyverno"
|
|
)
|
|
|
|
func main() {
|
|
kyverno.CLI()
|
|
}
|