Skip to content
Snippets Groups Projects
Unverified Commit 222e6969 authored by Dave Hay's avatar Dave Hay Committed by GitHub
Browse files

Upgrading apk-tools (#944)

Upgrading apk-tools to remediate CVE-2021-36159
( https://snyk.io/vuln/SNYK-ALPINE314-APKTOOLS-1533752

 )

Fixes #943

Signed-off-by: default avatarDave Hay <david_hay@uk.ibm.com>

Co-authored-by: default avatarYoav Rotem <yoavrotems97@gmail.com>
parent 25ba9e2f
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@ WORKDIR /opt/kube-bench/
# https://github.com/aquasecurity/kube-bench/issues/109
RUN apk --no-cache add procps
# Upgrading apk-tools to remediate CVE-2021-36159 - https://snyk.io/vuln/SNYK-ALPINE314-APKTOOLS-1533752
# https://github.com/aquasecurity/kube-bench/issues/943
RUN apk --no-cache upgrade apk-tools
# Openssl is used by OpenShift tests
# https://github.com/aquasecurity/kube-bench/issues/535
RUN apk --no-cache add openssl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment