Kind
ConfigAuditReport
Group
aquasecurity.github.io
Version
v1alpha1
apiVersion: aquasecurity.github.io/v1alpha1 kind: ConfigAuditReport metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
report object required
checks []object required
Checks provides results of conducting audit steps.
category string
checkID string required
description string
messages []string
remediation string
Remediation provides description or links to external resources to remediate failing check.
scope object
Scope indicates the section of config that was audited.
type string required
Type indicates type of this scope, e.g. Container, ConfigMapKey or JSONPath.
value string required
Value indicates value of this scope that depends on Type, e.g. container name, ConfigMap key or JSONPath expression
severity string required
Severity level of a vulnerability or a configuration audit check.
success boolean required
title string
scanner object
Scanner is the spec for a scanner generating a security assessment report.
name string required
Name the name of the scanner.
vendor string required
Vendor the name of the vendor providing the scanner.
version string required
Version the version of the scanner.
summary object
ConfigAuditSummary counts failed checks by severity.
criticalCount integer required
CriticalCount is the number of failed checks with critical severity.
highCount integer required
HighCount is the number of failed checks with high severity.
lowCount integer required
LowCount is the number of failed check with low severity.
mediumCount integer required
MediumCount is the number of failed checks with medium severity.
updateTimestamp string
format: date-time
Copied!