Skip to content

Commit

Permalink
chore: use an NVD API Key for vulnerability check
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Oct 24, 2024
1 parent 2c7804f commit 805bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerabilities-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Run OWASP dependency check plugin
- name: Gradle Dependency Check
run: |
./gradlew dependencyCheckAggregate
./gradlew dependencyCheckAggregate -PdependencyCheck.nvd.apiKey=${{ secrets.NIST_APIKEY }}
# Upload dependency check report
- name: Upload dependency check report
Expand Down

0 comments on commit 805bdbe

Please sign in to comment.