-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlintOverrides.yaml
22 lines (22 loc) · 1.44 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
overrides:
- 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:
- webspherelibertyapplications.liberty.websphere.ibm.com.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:
- webspherelibertyapplications.liberty.websphere.ibm.com.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:
- webspherelibertyapplications.liberty.websphere.ibm.com.CustomResourceDefinition.yaml
- reason: "HorizontalPodAutoscaler is enabled through instances' CustomResource"
severity: INFO
rule: UsesHorizontalPodAutoscaler