# Container Using Latest Tag - ID: kubernetes-image-latest-tag - Severity: MEDIUM - CWE: Inclusion of Untrusted Functionality (CWE-829) - Languages: YAML - Frameworks: kubernetes ## Description Detects container images using 'latest' tag or no tag. ## Detection Message Container image uses 'latest' tag or no tag. ## Remediation Use specific image tags for production. ```yaml containers: - name: app image: nginx:1.21.6-alpine ``` Learn more: https://shoulder.dev/learn/kubernetes/cwe-829/image-latest-tag ## Documentation [object Object] ## Related Rules - **LLM Supply Chain Vulnerabilities** [HIGH]: - **LLM Supply Chain Vulnerabilities** [HIGH]: - **LLM Supply Chain Vulnerabilities** [HIGH]: