Skip to content

Commit 5a06349

Browse files
authored
Upgrade alpine version to 3.14.6. Ignore trivy vulnerabilities CVE-2022-28391 and CVE-2022-1271 via .trivyignore (#25)
Signed-off-by: Niladri Halder <[email protected]>
1 parent 0b00a0c commit 5a06349

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.trivyignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This vulnerability has been fixed in alpine 3.14.6.
2+
# We have upgraded to 3.14.6, but the aquasecurity/trivy-action
3+
# v0.2.4 keeps failing because the database is not up to date.
4+
# https://github.com/aquasecurity/trivy/issues/1988
5+
CVE-2022-28391
6+
7+
# The zgrep utility is not installed in the linux-utils image
8+
CVE-2022-1271

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.14.5
1+
FROM alpine:3.14.6
22
RUN apk add --no-cache util-linux xfsprogs xfsprogs-extra lvm2 device-mapper
33

44
ARG DBUILD_DATE

0 commit comments

Comments
 (0)