Skip to content

Commit 61a4028

Browse files
authored
chore: add override for cross-spawn vulnerability (#3154)
* chore: add override for cross-spawn vulnerability * chore: debugging trivy * Revert "chore: debugging trivy" This reverts commit c8434d2. * chore(ci): trivy ignore * chore(ci): debug trivvy * Revert "chore(ci): debug trivvy" This reverts commit 81023c6. * chore(ci): debug trivy * chore(ci): checkout repo during trivy check * chore(ci): add expiry to ignored vulnerability * chore(ci): ignore vulnerability in grype * chore(ci): remove debug flag from trivy scan
1 parent 5c21c94 commit 61a4028

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

.github/workflows/node-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ jobs:
291291
- backend
292292
- frontend
293293
steps:
294+
- uses: actions/checkout@v4
294295
- name: Fetch docker image from cache
295296
uses: actions/cache/restore@v4
296297
with:
@@ -326,6 +327,7 @@ jobs:
326327
- backend
327328
- frontend
328329
steps:
330+
- uses: actions/checkout@v4
329331
- name: Fetch docker image from cache
330332
uses: actions/cache/restore@v4
331333
with:

.grype.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- vulnerability: GHSA-3xgq-45jj-v275

.trivyignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CVE-2024-21538 exp:2024-12-31

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"tar@<6.2.1": ">=6.2.1",
7979
"braces@<3.0.3": ">=3.0.3",
8080
"@grpc/grpc-js@>=1.10.0 <1.10.9": ">=1.10.9",
81-
"dset@<3.1.4": ">=3.1.4"
81+
"dset@<3.1.4": ">=3.1.4",
82+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
8283
}
8384
}
8485
}

pnpm-lock.yaml

+10-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)