Skip to content

Commit d823049

Browse files
committed
update .trivyignore
1 parent 6572632 commit d823049

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ You can run it manually using the following. Using the `dry-run` flag just shows
303303

304304
```
305305
make github-login
306+
# or gh auth login --scopes read:packages,delete:packages if you want to be able to delete images
306307
bash .github/scripts/delete_unused_images.sh --delete-pr --dry-run
307308
bash .github/scripts/delete_unused_images.sh --delete-ci --dry-run
308309
bash .github/scripts/delete_unused_images.sh --delete-pr --delete-ci

src/common_node_24/.trivyignore.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ vulnerabilities:
3535
purls:
3636
- "pkg:npm/tar@7.5.1"
3737
expired_at: 2026-08-18
38+
- id: CVE-2026-26996
39+
statement: "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern"
40+
purls:
41+
- "pkg:npm/minimatch@10.0.3"
42+
- "pkg:npm/minimatch@9.0.5"
43+
expired_at: 2026-08-19

0 commit comments

Comments
 (0)