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.
[vulnerabilityreports]: https://raw.githubusercontent.com/aquasecurity/starboard/{{ git.tag }}/deploy/crd/vulnerabilityreports.crd.yaml [clustervulnerabilityreports]: https://raw.githubusercontent.com/aquasecurity/starboard/{{ git.tag }}/deploy/crd/clustervulnerabilityreports.crd.yaml [ciskubebenchreports]: https://raw.githubusercontent.com/aquasecurity/starboard/{{ git.tag }}/deploy/crd/ciskubebenchreports.crd.yaml [kubehunterreports]: https://raw.githubusercontent.com/aquasecurity/starboard/{{ git.tag }}/deploy/crd/kubehunterreports.crd.yaml [configauditreports]: https://raw.githubusercontent.com/aquasecurity/starboard/{{ git.tag }}/deploy/crd/configauditreports.crd.yaml [clusterconfigauditreports]: https://raw.githubusercontent.com/aquasecurity/starboard/{{ git.tag }}/deploy/crd/clusterconfigauditreports.crd.yaml