Skip to content

Commit ef61461

Browse files
authored
Patching to fix CVE-2026-23950 alert (#272)
* patching to fix CVE alert * update ubuntu:24.04 sha * add cve to trivyignore
1 parent 9b41ee1 commit ef61461

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.trivyignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# CVE-2024-21538
33
CVE-2024-21538
44
CVE-2025-64756
5+
CVE-2026-23950 exp:2026-02-21
56

67
## Trivy: misreading due to heredoc structure
78
AVD-DS-0017

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#checkov:skip=CKV_DOCKER_2: HEALTHCHECK not required - Health checks are implemented downstream of this image
22

3-
FROM public.ecr.aws/ubuntu/ubuntu:24.04@sha256:ef59d9e82939bbce08973bdffb8761b025f75369fb7d2882cdc4938b5a9e992e
3+
FROM public.ecr.aws/ubuntu/ubuntu:24.04@sha256:6b4c0f97bc73e76ac20ef992258e9b8c831b7755d2047d83109da8eb279881fe
44

55

66
LABEL org.opencontainers.image.vendor="Ministry of Justice" \
@@ -15,8 +15,8 @@ ENV CONTAINER_USER="runner" \
1515
CONTAINER_GID="10000" \
1616
CONTAINER_HOME="/actions-runner" \
1717
DEBIAN_FRONTEND="noninteractive" \
18-
ACTIONS_RUNNER_VERSION="2.330.0" \
19-
ACTIONS_RUNNER_PKG_SHA="af5c33fa94f3cc33b8e97937939136a6b04197e6dadfcfb3b6e33ae1bf41e79a" \
18+
ACTIONS_RUNNER_VERSION="2.331.0" \
19+
ACTIONS_RUNNER_PKG_SHA="5fcc01bd546ba5c3f1291c2803658ebd3cedb3836489eda3be357d41bfcf28a7" \
2020
MICROSOFT_SQL_ODBC_VERSION="18.6.1.1-1" \
2121
MICROSOFT_SQL_TOOLS_VERSION="18.6.1.1-1" \
2222
PATH="/opt/mssql-tools18/bin:${PATH}"

test/container-structure-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ commandTests:
2929
- name: "actions-runner"
3030
command: "bash"
3131
args: ["run.sh", "--version"]
32-
expectedOutput: ["2.330.0"]
32+
expectedOutput: ["2.331.0"]
3333

3434
- name: "sqlcmd"
3535
command: "sqlcmd"

0 commit comments

Comments
 (0)