mirror of
https://github.com/kubescape/kubescape.git
synced 2026-03-03 10:10:36 +00:00
10 lines
104 B
Go
10 lines
104 B
Go
package main
|
|
|
|
import (
|
|
"github.com/armosec/kubescape/clihandler/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|