Skip to content

Commit

Permalink
chore: add override for cross-spawn vulnerability (#3154)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mkurapov authored Dec 8, 2024
1 parent 5c21c94 commit 61a4028
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ jobs:
- backend
- frontend
steps:
- uses: actions/checkout@v4
- name: Fetch docker image from cache
uses: actions/cache/restore@v4
with:
Expand Down Expand Up @@ -326,6 +327,7 @@ jobs:
- backend
- frontend
steps:
- uses: actions/checkout@v4
- name: Fetch docker image from cache
uses: actions/cache/restore@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- vulnerability: GHSA-3xgq-45jj-v275
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CVE-2024-21538 exp:2024-12-31
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"tar@<6.2.1": ">=6.2.1",
"braces@<3.0.3": ">=3.0.3",
"@grpc/grpc-js@>=1.10.0 <1.10.9": ">=1.10.9",
"dset@<3.1.4": ">=3.1.4"
"dset@<3.1.4": ">=3.1.4",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
}
}
}
19 changes: 10 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61a4028

Please sign in to comment.