Overview¶
This project houses CustomResourceDefinitions (CRDs) related to security and compliance checks along with the code generated by Kubernetes code generators to write such custom resources in a programmable way.
NAME | SHORTNAMES | APIGROUP | NAMESPACED | KIND |
---|---|---|---|---|
vulnerabilityreports | vulns,vuln | khulnasoft.github.io | true | VulnerabilityReport |
clustervulnerabilityreports | clustervulns, clustervuln | khulnasoft.github.io | false | ClusterVulnerabilityReport |
configauditreports | configaudit | khulnasoft.github.io | true | ConfigAuditReport |
clusterconfigauditreports | clusterconfigaudit | khulnasoft.github.io | false | ClusterConfigAuditReport |
ciskubebenchreports | kubebench | khulnasoft.github.io | false | CISKubeBenchReport |
kubehunterreports | kubehunter | khulnasoft.github.io | false | KubeHunterReport |
clustercompliancereports | compliance | khulnasoft.github.io | false | ClusterComplianceReport |
clustercompliancereports | comoliancedetail | khulnasoft.github.io | false | ClusterComplianceDetailReport |
Note
We are open to suggestions for adding new or changes to the existing CRDs in the case that would enable additional third-party integrations.