-
-
Notifications
You must be signed in to change notification settings - Fork 0
[Docker] Parametric base image version. #82
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
Conversation
4d394a6
to
08b082e
Compare
|
@@ -1,4 +1,5 @@ | |||
FROM ubuntu:noble-20250415.1 AS init | |||
ARG BASE_IMAGE_VERSION=ubuntu:noble-20250415.1 |
Check warning
Code scanning / Snyk Container
Low severity - Improper Input Validation vulnerability in coreutils Medium
@@ -1,4 +1,5 @@ | |||
FROM ubuntu:noble-20250415.1 AS init | |||
ARG BASE_IMAGE_VERSION=ubuntu:noble-20250415.1 |
Check failure
Code scanning / Snyk Container
Low severity - Allocation of Resources Without Limits or Throttling vulnerability in glibc High
@@ -1,4 +1,5 @@ | |||
FROM ubuntu:noble-20250415.1 AS init | |||
ARG BASE_IMAGE_VERSION=ubuntu:noble-20250415.1 |
Check notice
Code scanning / Snyk Container
Low severity - Out-of-bounds Write vulnerability in gnupg2 Low
@@ -1,4 +1,5 @@ | |||
FROM ubuntu:noble-20250415.1 AS init | |||
ARG BASE_IMAGE_VERSION=ubuntu:noble-20250415.1 |
Check notice
Code scanning / Snyk Container
Low severity - Information Exposure vulnerability in libgcrypt20 Note
@@ -1,4 +1,5 @@ | |||
FROM ubuntu:noble-20250415.1 AS init | |||
ARG BASE_IMAGE_VERSION=ubuntu:noble-20250415.1 |
Check notice
Code scanning / Snyk Container
Low severity - CVE-2024-41996 vulnerability in openssl Note
@@ -1,4 +1,5 @@ | |||
FROM ubuntu:noble-20250415.1 AS init | |||
ARG BASE_IMAGE_VERSION=ubuntu:noble-20250415.1 |
Check warning
Code scanning / Snyk Container
Medium severity - Insecure Storage of Sensitive Information vulnerability in pam Medium
@@ -1,4 +1,5 @@ | |||
FROM ubuntu:noble-20250415.1 AS init | |||
ARG BASE_IMAGE_VERSION=ubuntu:noble-20250415.1 |
Check failure
Code scanning / Snyk Container
Medium severity - Improper Authentication vulnerability in pam High
@@ -1,4 +1,5 @@ | |||
FROM ubuntu:noble-20250415.1 AS init | |||
ARG BASE_IMAGE_VERSION=ubuntu:noble-20250415.1 |
Check notice
Code scanning / Snyk Container
Low severity - CVE-2024-56433 vulnerability in shadow Note
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
=======================================
Coverage 99.52% 99.52%
=======================================
Files 14 14
Lines 209 209
=======================================
Hits 208 208
Misses 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.