Skip to content

Commit

Permalink
Update update-vulnerability-database.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
newtork authored Oct 4, 2024
1 parent 03847e3 commit 47dd5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-vulnerability-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Run Maven Plugin
run: |
mvn org.owasp:dependency-check-maven:update-only -DnvdMaxRetryCount=10 -DnvdApiDelay=15000 -DconnectionTimeout=60000
mvn org.owasp:dependency-check-maven:10.0.4:update-only -DnvdMaxRetryCount=10 -DnvdApiDelay=15000 -DconnectionTimeout=60000
env:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}

Expand Down

0 comments on commit 47dd5a9

Please sign in to comment.