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

Upgrade Ruby image and tools (Debian) #343

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Commits on Nov 4, 2024

  1. Upgrade Ruby, Brakeman, and Bundler-Audit.

    - Ruby upgraded to 3.3, with Debian Bookworm.
    - Brakeman upgraded to 6.2.2.
    - Bundler-Audit upgraded to 0.9.2.
    
    Also removed the separate install of security updates, since we already
    upgrade all packages which includes security updates.
    ZoogieZork committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    aa34df7 View commit details
    Browse the repository at this point in the history
  2. Remove linux-libc-dev to avoid false-positives.

    Container scans generate hundreds of findings on linux-libc-dev, even
    though the package only contains headers. These headers aren't needed
    anyway, so we remove them to eliminate the false-positives.
    ZoogieZork committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bc2020c View commit details
    Browse the repository at this point in the history