File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22# CVE-2024-21538
33CVE-2024-21538
44CVE-2025-64756
5+ CVE-2026-23950 exp:2026-02-21
56
67## Trivy: misreading due to heredoc structure
78AVD-DS-0017
Original file line number Diff line number Diff line change 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
66LABEL 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}"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments