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 | aquasecurity.github.io | true | VulnerabilityReport |
clustervulnerabilityreports | clustervulns, clustervuln | aquasecurity.github.io | false | ClusterVulnerabilityReport |
configauditreports | configaudit | aquasecurity.github.io | true | ConfigAuditReport |
clusterconfigauditreports | clusterconfigaudit | aquasecurity.github.io | false | ClusterConfigAuditReport |
ciskubebenchreports | kubebench | aquasecurity.github.io | false | CISKubeBenchReport |
kubehunterreports | kubehunter | aquasecurity.github.io | false | KubeHunterReport |
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.