Commit 9289364
authored
Configure NVD API key for dependency check plugin (#841)
- Add nvdApiKey configuration to OWASP dependency-check-maven plugin
- Configure retry settings and API delay for better performance
- Update GitHub Actions workflow to pass NVD_API_KEY secret
- Resolves warning about missing NVD API key and improves scan performance
Without this, release shows a warning: An NVD API Key was not provided -
it is highly recommended to use an NVD API key as the update can take a
VERY long time without an API Key1 parent 4d420f2 commit 9289364
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
375 | 378 | | |
376 | 379 | | |
377 | 380 | | |
| |||
0 commit comments