Commit 62e9fba
authored
fix(daily-scan): use filePath instead of packageUrl for multi_json suppression (#120)
DependencyCheck does not assign a pkg:gem/ identifier to .gemspec files
scanned with --enableExperimental, so the packageUrl-based rule from #119
had zero matches. Switch to filePath matching which matches the actual
file path DC uses internally.1 parent b563b4d commit 62e9fba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
0 commit comments