Skip to content

Commit 9fd1711

Browse files
authored
Chore: [AEA-0000] - update syft, grype, poetry, node (#92)
## Summary - Routine Change ### Details - update syft to 1.42.4 - update, grype to 0.111.0 - update poetry to 2.3.4 - update node to 24.14.1
1 parent 87820e9 commit 9fd1711

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

.grype.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ ignore:
2727
- vulnerability: CVE-2025-58188
2828
- vulnerability: CVE-2025-4674
2929
- vulnerability: GHSA-x744-4wpc-v9h2
30+
- vulnerability: GHSA-92mm-2pjq-r785
31+
- vulnerability: GHSA-78h2-9frx-2jm8
32+
- vulnerability: CVE-2026-32280
33+
- vulnerability: GHSA-hfvc-g4fc-pqhx
3034
# node_24 vulnerabilities
3135
- vulnerability: GHSA-c2c7-rcm5-vvqj
3236
- vulnerability: GHSA-7r86-cg39-jmmj
@@ -39,6 +43,7 @@ ignore:
3943
- vulnerability: GHSA-cx63-2mw6-8hw5
4044
- vulnerability: GHSA-r9hx-vwmv-q579
4145
- vulnerability: GHSA-5rjg-fvgr-3xxf
46+
- vulnerability: GHSA-2599-h6xx-hpxp
4247
# eps-storage-terraform vulnerabilities
4348
- vulnerability: CVE-2025-68119
4449
# eps-data-extract vulnerabilities

src/base/.devcontainer/Dockerfile.grype

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.23.3 AS build
22
ARG TARGETARCH
3-
ARG GRYPE_VERSION="0.110.0"
3+
ARG GRYPE_VERSION="0.111.0"
44
ENV GRYPE_VERSION=${GRYPE_VERSION}
55
RUN apk add --no-cache cosign bash curl jq
66
COPY --chmod=755 scripts/install_anchore_tool.sh /tmp/install_anchore_tool.sh

src/base/.devcontainer/Dockerfile.syft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.23.3 AS build
22
ARG TARGETARCH
3-
ARG SYFT_VERSION="1.42.3"
3+
ARG SYFT_VERSION="1.42.4"
44
ENV SYFT_VERSION=${SYFT_VERSION}
55
RUN apk add --no-cache cosign bash curl jq
66
COPY --chmod=755 scripts/install_anchore_tool.sh /tmp/install_anchore_tool.sh
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 24.14.0
1+
nodejs 24.14.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.12.13
2-
poetry 2.3.2
2+
poetry 2.3.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.13.12
2-
poetry 2.3.2
2+
poetry 2.3.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.14.3
2-
poetry 2.3.2
2+
poetry 2.3.4

0 commit comments

Comments
 (0)