1 parent 15f45ce commit 1d6395aCopy full SHA for 1d6395a
1 file changed
.github/workflows/dependency-check.yaml
@@ -30,7 +30,10 @@ jobs:
30
-DfailBuildOnCVSS=7 \
31
-DsuppressedPaths=./dependency-check-suppressions.xml \
32
-Dformats=HTML,JSON \
33
- -Danalyzer.ossindexAnalyzerEnabled=true
+ -Danalyzer.ossindexAnalyzerEnabled=true \
34
+ -DnvdApiKey=${{ secrets.NVD_API_KEY }}
35
+ env:
36
+ NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
37
- name: Upload report
38
uses: actions/upload-artifact@v7
39
if: always()
0 commit comments