apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: configauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard spec: group: aquasecurity.github.io versions: - name: v1alpha1 served: true storage: true scope: Namespaced names: singular: configauditreport plural: configauditreports kind: ConfigAuditReport listKind: ConfigAuditReportList categories: - all shortNames: - configaudit additionalPrinterColumns: - JSONPath: .report.scanner.name type: string name: Scanner description: The name of the config audit scanner - JSONPath: .metadata.creationTimestamp type: date name: Age description: The age of the report - JSONPath: .report.summary.passCount type: integer name: Pass priority: 1 description: The number of checks that passed - JSONPath: .report.summary.dangerCount type: integer name: Danger priority: 1 description: The number of checks that failed with Danger status - JSONPath: .report.summary.warningCount type: integer name: Warning priority: 1 description: The number of checks that failed with Warning status