File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -303,6 +303,7 @@ You can run it manually using the following. Using the `dry-run` flag just shows
303303
304304```
305305make github-login
306+ # or gh auth login --scopes read:packages,delete:packages if you want to be able to delete images
306307bash .github/scripts/delete_unused_images.sh --delete-pr --dry-run
307308bash .github/scripts/delete_unused_images.sh --delete-ci --dry-run
308309bash .github/scripts/delete_unused_images.sh --delete-pr --delete-ci
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments