mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
* add report in cli * policy report crd added * policy report added * configmap added * added jobs * added jobs * bug fixed * added logic for cli * common function added * sub command added for policy report * subcommand added for report * common package changed * configmap added * added logic for kyverno cli * added logic for jobs * added logic for jobs * added logic for jobs * added logic for cli * buf fix * cli changes * count bug fix * docs added for command * go fmt * refactor codebase * remove policy controller for policyreport * policy report removed * bug fixes * bug fixes * added job trigger if needed * job deletation logic added * build failed fix * fixed e2e test * remove hard coded variables * packages adde * improvment added in jobs sheduler * policy report yaml added * cronjob added * small fixes * remove background sync * documentation added for report command * remove extra log * small improvement * tested policy report * revert hardcoded changes * changes for demo * demo changes * resource aggrigation added * More changes * More changes * - resolve PR comments; - refactor jobs controller * set rbac for jobs * add clean up in job controller * add short names * remove application scope for policyreport * move job controller to policyreport * add report logic in command apply * - update policy report types; - upgrade k8s library; - update code gen * temporarily comment out code to pass CI build * generate / update policyreport to cluster * add unit test for CLI report * add test for apply - generate policy report * fix unit test * - remove job controller; - remove in-memory configmap; - clean up kustomize manifest * remove dependency * add reportRequest / clusterReportRequest * clean up policy report * generate report request * update crd clusterReportRequest * - update json tag of report summary; - update definition manifests; - fix dclient creation * aggregate reportRequest into policy report * fix unit tests * - update report summary to optional; - generate clusterPolicyReport; - remove reportRequests after merged to report * remove * generate reportRequest in kyverno namespace * update resource filter in helm chart * - rename reportRequest to reportChangeRequest; -rename clusterReportRequest to clusterReportChangeRequest * generate policy report in background scan * skip generating report change request if there's entry results * fix results entry removal when policy / rule gets deleted * rename apiversion from policy.kubernetes.io to policy.k8s.io * update summary.* to lower case * move reportChangeRequest to kyverno.io/v1alpha1 * remove policy report flag * fix report update * clean up policy violation CRD * remove violation CRD from manifest * clean up policy violation code - remove pvGenerator * change severity fields to lower case * update import library * set report category Co-authored-by: Yuvraj <yuvraj.yad001@gmail.com> Co-authored-by: Yuvraj <10830562+evalsocket@users.noreply.github.com> Co-authored-by: Jim Bugwadia <jim@nirmata.com>
79 lines
3.3 KiB
Modula-2
79 lines
3.3 KiB
Modula-2
module github.com/kyverno/kyverno
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go v0.52.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go v38.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.9.4 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.1 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.28.9 // indirect
|
|
github.com/cenkalti/backoff v2.2.1+incompatible
|
|
github.com/containerd/fifo v0.0.0-20200410184934-f15a3290365b // indirect
|
|
github.com/cornelk/hashmap v1.0.1
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
github.com/evanphx/json-patch v4.5.0+incompatible
|
|
github.com/evanphx/json-patch/v5 v5.0.0 // indirect
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
|
github.com/gardener/controller-manager-library v0.2.0
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
|
github.com/go-logr/logr v0.1.0
|
|
github.com/go-openapi/spec v0.19.5
|
|
github.com/go-openapi/strfmt v0.19.5
|
|
github.com/go-openapi/validate v0.19.8
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/googleapis/gnostic v0.3.1
|
|
github.com/graymeta/stow v0.2.4 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
|
|
github.com/json-iterator/go v1.1.9 // indirect
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/lyft/flytestdlib v0.2.31
|
|
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/minio/minio v0.0.0-20200114012931-30922148fbb5
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.8.1
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pkg/profile v1.2.1
|
|
github.com/prometheus/common v0.7.0
|
|
github.com/rogpeppe/godef v1.1.2 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.6.2 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
|
|
gotest.tools v2.2.0+incompatible
|
|
k8s.io/api v0.18.4
|
|
k8s.io/apiextensions-apiserver v0.18.4
|
|
k8s.io/apimachinery v0.18.4
|
|
k8s.io/cli-runtime v0.18.4
|
|
k8s.io/client-go v0.18.4
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
|
|
sigs.k8s.io/controller-runtime v0.5.0
|
|
sigs.k8s.io/kustomize/api v0.5.1
|
|
sigs.k8s.io/kustomize/kyaml v0.6.1
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
// Added for go1.13 migration https://github.com/golang/go/issues/32805
|
|
replace (
|
|
github.com/gorilla/rpc v1.2.0+incompatible => github.com/gorilla/rpc v1.2.0
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20200306081859-6a048a382944
|
|
k8s.io/component-base => k8s.io/component-base v0.0.0-20190612130303-4062e14deebe
|
|
)
|