mirror of
https://github.com/kubescape/kubescape.git
synced 2026-03-02 17:50:26 +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()
|
|
}
|