scripts: Adds kubescape to tooling

https://github.com/armosec/kubescape allows us to
run a scan of the generated manifests and assess the
security risk.
This commit is contained in:
Philip Gough
2022-01-17 15:06:25 +00:00
parent d2cae36f84
commit b8a05f4197
3 changed files with 690 additions and 37 deletions

View File

@@ -12,4 +12,5 @@ import (
_ "github.com/google/go-jsonnet/cmd/jsonnetfmt"
_ "github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb"
_ "github.com/yannh/kubeconform/cmd/kubeconform"
_ "github.com/armosec/kubescape"
)