chore(deps): update nginx docker tag to v1.31.3 - #161
Open
renovate[bot] wants to merge 1 commit into
Open
Orca Security (EU) / Orca Security - Infrastructure as Code
succeeded
Jul 17, 2026 in 20s
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca |
🛡️ The following IaC misconfigurations have been detected
| NAME | FILE | ||
|---|---|---|---|
| Dockerfile Missing USER Instruction | ...301-https/Dockerfile | View in code | |
| HEALTHCHECK Instruction Missing | ...301-https/Dockerfile | View in code |
Annotations
Check warning on line 1 in nginx-301-https/Dockerfile
orca-security-eu / Orca Security - Infrastructure as Code
[LOW] HEALTHCHECK Instruction Missing
Details:
Containers without health checks cannot automatically restart upon failure,
reducing service reliability and potentially leaving unresponsive containers
running. Health checks enable orchestration platforms to detect and remediate
failed containers. Configure a HEALTHCHECK instruction to monitor container
health status.
Recommendation:
Dockerfile should contain instruction 'HEALTHCHECK'
Check warning on line 1 in nginx-301-https/Dockerfile
orca-security-eu / Orca Security - Infrastructure as Code
[MEDIUM] Dockerfile Missing USER Instruction
Details:
Container images without a specified user instruction run as root by default,
granting unnecessary elevated privileges that increase the impact of potential
container escape vulnerabilities. Running as root violates the principle of least
privilege and expands the attack surface. Specify a non-root user to minimize
privilege escalation risks.
Recommendation:
The 'Dockerfile' should contain the 'USER' instruction
Loading