Commit 59c3a64
Add npm audit job to CI pipeline
- Add security audit job after install step
- Configure audit to fail on medium (moderate) or higher severity vulnerabilities
- Audit job reuses node_modules cache from install job
- Audit job always runs regardless of cache hit status
Fixes CI-126.
Co-authored-by: maor-rozenfeld <49363375+maor-rozenfeld@users.noreply.github.com>1 parent 157b283 commit 59c3a64
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
28 | 43 | | |
29 | 44 | | |
30 | 45 | | |
| |||
0 commit comments