CRDs description #324
-
Hi guys, Thank you for this amazing tool. Thanks in advance for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @bygui86 That's a good question. We only have a list of CRDs used by Starboard documented at https://aquasecurity.github.io/starboard/crds/, but we haven't described them yet. I agree that we should do that so you can get an idea of different kinds of reports without reading the source code. Until we update the official documentation, here's a quick summary:
|
Beta Was this translation helpful? Give feedback.
Hi @bygui86 That's a good question. We only have a list of CRDs used by Starboard documented at https://aquasecurity.github.io/starboard/crds/, but we haven't described them yet. I agree that we should do that so you can get an idea of different kinds of reports without reading the source code.
Until we update the official documentation, here's a quick summary:
VulnerabilityReport - an instance of such report represents container vulnerabilities, i.e. list of OS package and / or application vulnerabilities with a summary of vulnerabilities grouped by severity. It's owned by Kubernetes workload (e.g. ReplicaSet or unmanaged Pod). It follows the naming convention
<workload kind>-<workload…