Skip to content

chore(deps): update nginx docker tag to v1.31.3 - #161

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nginx-1.x
Open

chore(deps): update nginx docker tag to v1.31.3#161
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nginx-1.x

chore(deps): update nginx docker tag to v1.31.3

538d593
Select commit
Loading
Failed to load commit list.
Orca Security (EU) / Orca Security - Infrastructure as Code succeeded Jul 17, 2026 in 20s

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 1   low 1   info 0 View in Orca
🛡️ The following IaC misconfigurations have been detected
NAME FILE
medium Dockerfile Missing USER Instruction ...301-https/Dockerfile View in code
low HEALTHCHECK Instruction Missing ...301-https/Dockerfile View in code

Annotations

Check warning on line 1 in nginx-301-https/Dockerfile

See this annotation in the file changed.

@orca-security-eu 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

See this annotation in the file changed.

@orca-security-eu 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