Skip to content

Commit

Permalink
use NVD API Key
Browse files Browse the repository at this point in the history
cf. https://nvd.nist.gov/general/news/API-Key-Announcement

Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
  • Loading branch information
hankem committed Dec 1, 2023
1 parent 062dea0 commit e1b9d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Check dependencies
run: ./mvnw --batch-mode --no-transfer-progress -e dependency-check:check
run: ./mvnw --batch-mode --no-transfer-progress -e dependency-check:check -DnvdApiKey='${{ secrets.NVD_API_KEY }}'

0 comments on commit e1b9d16

Please sign in to comment.