-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathlintOverrides.yaml
26 lines (26 loc) · 1.66 KB
/
lintOverrides.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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:
- openlibertyapplications.apps.openliberty.io.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:
- openlibertyapplications.apps.openliberty.io.CustomResourceDefinition.yaml
- reason: "No sensitive information. Auth fields under sso properties are descriptions"
rule: OLMOperatorBundleNoSensitiveInfo
message: '(sso.properties.oauth2.items.properties.tokenEndpoint|sso.properties.oidc.items.properties.tokenEndpointAuthMethod|sso.properties.oauth2.items.properties.authorizationEndpoint)'
severity: REVIEW
filenames:
- openlibertyapplications.apps.openliberty.io.CustomResourceDefinition.yaml
- reason: "HorizontalPodAutoscaler is enabled through instances' CustomResource"
severity: INFO
rule: UsesHorizontalPodAutoscaler