Commit f49d1a6
fix(ci): resolve npm audit gate and Scorecard external-failure gate
- npm audit: ran npm audit fix (non-forcing) to clear esbuild/vite/js-yaml
transitive high/moderate vulns. All bumps stayed within the same major
(esbuild 0.28.0 -> 0.28.1, vite 8.0.14 -> 8.1.4, js-yaml 4.1.1 -> 4.3.0).
npm audit --audit-level=high now exits 0. package-lock.json updated.
- scorecard.yml: set publish_results: false on the Run Scorecard step to
remove the public Sigstore/Fulcio/TUF results-signing dependency, and
added continue-on-error: true so a transient GitHub code-search 429
no longer reddens CI. SARIF upload and artifact upload steps untouched.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e038def commit f49d1a6
2 files changed
Lines changed: 224 additions & 213 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments