Skip to content

Commit

Permalink
use NVD API Key
Browse files Browse the repository at this point in the history
  • Loading branch information
hankem committed Nov 29, 2023
1 parent 062dea0 commit 48204f3
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 48204f3

Please sign in to comment.