We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8548be5 commit 8269988Copy full SHA for 8269988
.github/workflows/fosstars-report.yml
@@ -45,6 +45,8 @@ jobs:
45
token: ${{ secrets.GITHUB_TOKEN }}
46
47
- name: "CVE Scan"
48
+ env:
49
+ NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
50
run: |
51
mvn -T1 --no-transfer-progress dependency-check:check dependency-check:aggregate
52
0 commit comments