Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped reth to 1.1.5 #246

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Bumped reth to 1.1.5 #246

merged 1 commit into from
Jan 21, 2025

Conversation

mateipopa
Copy link
Contributor

No description provided.

Copy link

🔍 Trivy Dockerfile Scan Results for clients/exec/reth/Dockerfile

Click to view findings

Dockerfile (dockerfile)
=======================
Tests: 20 (SUCCESSES: 18, FAILURES: 2)
Failures: 2 (HIGH: 2, CRITICAL: 0)

AVD-DS-0002 (HIGH): Specify at least 1 USER command in Dockerfile with non-root user as argument
════════════════════════════════════════
Running containers with 'root' user can lead to a container escape situation. It is a best practice to run containers as non-root users, which can be done by adding a 'USER' statement to the Dockerfile.

See https://avd.aquasec.com/misconfig/ds002
────────────────────────────────────────


AVD-DS-0029 (HIGH): '--no-install-recommends' flag is missed: 'apt-get update &&     apt-get install -y     clang     libclang-dev     && rm -rf /var/lib/apt/lists/*'
════════════════════════════════════════
'apt-get' install should use '--no-install-recommends' to minimize image size.

See https://avd.aquasec.com/misconfig/ds029
────────────────────────────────────────
 Dockerfile:11-15
────────────────────────────────────────
  11 ┌ RUN apt-get update && \
  12 │     apt-get install -y \
  13 │     clang \
  14 │     libclang-dev \
  15 └     && rm -rf /var/lib/apt/lists/*
────────────────────────────────────────


Please review these findings and make necessary fixes to improve the security of your Dockerfile.

@mateipopa mateipopa merged commit aebd874 into main Jan 21, 2025
12 checks passed
@mateipopa mateipopa deleted the feat/upgrade-reth branch January 22, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant