-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathlintOverrides.yaml
20 lines (20 loc) · 1.19 KB
/
lintOverrides.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
overrides:
- reason: "No sensitive information. Fields features.operators.openshift.io/token-auth.* are set to false"
rule: OLMOperatorBundleNoSensitiveInfo
message: metadata.annotations.features.operators.openshift.io/token-auth
severity: REVIEW
- reason: "No sensitive information. Auth fields under Monitoring properties are descriptions"
rule: OLMOperatorBundleNoSensitiveInfo
message: '(monitoring.properties.endpoints.items.properties.authorization|monitoring.properties.endpoints.items.properties.basicAuth|monitoring.properties.endpoints.items.properties.oauth2)'
severity: REVIEW
filenames:
- runtimecomponents.rc.app.stacks.CustomResourceDefinition.yaml
- reason: "No sensitive information. Certificate fields under Route and Service properties are descriptions"
rule: OLMOperatorBundleNoSensitiveInfo
message: '(service.properties.certificate|route.properties.certificate)'
severity: REVIEW
filenames:
- runtimecomponents.rc.app.stacks.CustomResourceDefinition.yaml
- reason: "HorizontalPodAutoscaler is enabled through instances' CustomResource"
severity: INFO
rule: UsesHorizontalPodAutoscaler