Add NVD API key to OWASP Dependency-Check via secret

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-21 13:35:33 +01:00
parent 36b66d27dc
commit 93d8cb3b0f

View File

@@ -125,6 +125,7 @@ jobs:
--scan package.json
--out .
--disableAssembly
--nvdApiKey ${{ secrets.NVD_API_KEY }}
continue-on-error: true
- name: Rename Dependency-Check reports