Commit 9ecbc1f
committed
fix: pass explicit config path to OSV scanner workflow
OSV scanner looks for config files relative to lockfile location
(webui/package-lock.json), not the repo root. Since osv-scanner.toml
was moved to repo root in PR #145, the ignore rules weren't being found.
Add --config flag via scan-args to explicitly point to the config file
at repository root.1 parent ed5b3c1 commit 9ecbc1f
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| 29 | + | |
| 30 | + | |
0 commit comments