|
1 | | -# Set to true to disable the Grype image scan completely |
2 | | -disabled: false |
3 | | - |
| 1 | +scan-type: source |
4 | 2 | ignore: |
5 | | - - vulnerability: GHSA-5j98-mcp5-4vw2 |
6 | | - reason: "No fixes to glob npm available as of 2026-01-14 on Dockerfile base image 22.21.1-alpine3.23" |
7 | 3 | - vulnerability: CVE-2025-60876 |
8 | | - reason: "No fixes to busybox apk available as of 2026-01-14 on Dockerfile base image 22.21.1-alpine3.23" |
9 | | - - vulnerability: CVE-2026-22184 |
10 | | - reason: "No fixes to zlib apk available as of 2026-01-14 on Dockerfile base image 22.21.1-alpine3.23" |
11 | | - |
12 | | - |
13 | | -# Set output format defaults |
| 4 | + include-aliases: true |
| 5 | + reason: "Alpine base image package (apk): busybox - no npm fix available as of 2026-02-25 (moderate severity)" |
| 6 | + - vulnerability: GHSA-3ppc-4f35-3m26 |
| 7 | + include-aliases: true |
| 8 | + reason: >- |
| 9 | + Base image npm package: minimatch - bundled in Node.js base image, not fixable via application dependencies as of |
| 10 | + 2026-02-25 (high severity) |
| 11 | + - vulnerability: GHSA-83g3-92jg-28cx |
| 12 | + include-aliases: true |
| 13 | + reason: >- |
| 14 | + Base image npm package: tar - bundled in Node.js base image, not fixable via application dependencies as of |
| 15 | + 2026-02-25 (high severity) |
| 16 | + - vulnerability: GHSA-34x7-hfp2-rc4v |
| 17 | + include-aliases: true |
| 18 | + reason: >- |
| 19 | + Base image npm package: tar - bundled in Node.js base image, not fixable via application dependencies as of |
| 20 | + 2026-02-25 (high severity) |
| 21 | + - vulnerability: GHSA-73rr-hh4g-fpgx |
| 22 | + include-aliases: true |
| 23 | + reason: >- |
| 24 | + Base image npm package: diff - bundled in Node.js base image, not fixable via application dependencies as of |
| 25 | + 2026-02-25 (low severity) |
| 26 | + - vulnerability: GHSA-r6q2-hw4h-h46w |
| 27 | + include-aliases: true |
| 28 | + reason: >- |
| 29 | + Base image npm package: tar - bundled in Node.js base image, not fixable via application dependencies as of |
| 30 | + 2026-02-25 (high severity) |
| 31 | + - vulnerability: GHSA-8qq5-rm4j-mr97 |
| 32 | + include-aliases: true |
| 33 | + reason: >- |
| 34 | + Base image npm package: tar - bundled in Node.js base image, not fixable via application dependencies as of |
| 35 | + 2026-02-25 (high severity) |
| 36 | + - vulnerability: CVE-2026-27171 |
| 37 | + include-aliases: true |
| 38 | + reason: "Alpine base image package (apk): zlib - no npm fix available as of 2026-02-25 (moderate severity)" |
| 39 | + - vulnerability: GHSA-2g4f-4pwh-qvx6 |
| 40 | + include-aliases: true |
| 41 | + reason: "Unfixable npm transitive vulnerability: ajv (moderate severity) as of 2026-02-25" |
| 42 | + - vulnerability: GHSA-xxjr-mmjv-4gpg |
| 43 | + include-aliases: true |
| 44 | + reason: "Unfixable npm transitive vulnerability: lodash-es (moderate severity) as of 2026-02-25" |
| 45 | + - vulnerability: GHSA-6rw7-vpxm-498p |
| 46 | + include-aliases: true |
| 47 | + reason: "Unfixable npm transitive vulnerability: qs (high severity) as of 2026-02-25" |
| 48 | + - vulnerability: GHSA-5j98-mcp5-4vw2 |
| 49 | + include-aliases: true |
| 50 | + reason: >- |
| 51 | + Base image npm package: glob - bundled in Node.js base image npm, not fixable via application dependencies as of |
| 52 | + 2026-02-25 (high severity) |
14 | 53 | output: |
15 | | - - "table" |
16 | | - - "json" |
17 | | - |
18 | | -# Modify your CircleCI job to check critical count |
| 54 | + - table |
| 55 | + - json |
19 | 56 | search: |
20 | | - scope: "squashed" |
| 57 | + scope: squashed |
21 | 58 | quiet: false |
22 | 59 | check-for-app-update: false |
0 commit comments