Skip to content

Commit 09f3ae7

Browse files
committed
Start maven with NVD_API_KEY
1 parent 80e98dd commit 09f3ae7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-badges.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
maven-version: 3.9.9
2727
- name: Build and test with Maven
28+
env:
29+
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
2830
run: mvn -V --color always -ntp clean verify -Pci -Ppit -Pdepgraph -Powasp | tee maven.log
2931
- name: Run Quality Monitor
3032
uses: uhafner/quality-monitor@v2

0 commit comments

Comments
 (0)