Skip to content

Commit cc416f2

Browse files
authored
Bump vs code version to 1.97.0 (#198)
* bump vs code version to 1.97.0 * add CVE-2024-56672,CVE-2024-53104 to trivyignore * bump vscode to 1.97.1
1 parent bf8e0dd commit cc416f2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.trivyignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
CVE-2024-43882
33
CVE-2024-53103
44
CVE-2024-56658
5+
CVE-2024-53104
6+
CVE-2024-56672
57

68
# Python
79
## setuptools

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.vendor="Ministry of Justice" \
66
org.opencontainers.image.description="Visual Studio Code image for Analytical Platform" \
77
org.opencontainers.image.url="https://github.com/ministryofjustice/analytical-platform-visual-studio-code"
88

9-
ENV VISUAL_STUDIO_CODE_VERSION="1.96.4-1736991114"
9+
ENV VISUAL_STUDIO_CODE_VERSION="1.97.1-1739197498"
1010

1111
SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]
1212

test/container-structure-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ commandTests:
88
- name: "code"
99
command: "code"
1010
args: ["--version"]
11-
expectedOutput: ["1.96.4"]
11+
expectedOutput: ["1.97.1"]
1212

1313
fileExistenceTests:
1414
- name: "/opt/analytical-platform/first-run-notice.txt"

0 commit comments

Comments
 (0)