COS Node Image Not Used
- Query id: dbe058d7-b82e-430b-8426-992b2e4677e7
- Query name: COS Node Image Not Used
- Platform: GoogleDeploymentManager
- Severity: Low
- Category: Insecure Configurations
- CWE: 1188
- URL: Github
Description¶
The node image should be Container-Optimized OS(COS)
Documentation
Code samples¶
Code samples with security vulnerabilities¶
Positive test num. 1 - yaml file
resources:
- name: nodePool
type: container.v1.nodePool
properties:
name: my-node
config:
imageType: ubuntu
Code samples without security vulnerabilities¶
Negative test num. 1 - yaml file
resources:
- name: nodePool
type: container.v1.nodePool
properties:
name: my-node
config:
imageType: cos