Skip to content

Commit

Permalink
Provide NVD api key for java security checks
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jan 5, 2024
1 parent 570fbc0 commit be2667c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
${{ runner.os }}-maven-
- name: Check java
if: steps.check_maven.outputs.files_exists == 'true'
run: mvn org.owasp:dependency-check-maven:check
run: mvn org.owasp:dependency-check-maven:check -DnvdApiKey=${{ secrets.NVD_API_KEY }}

# Send results
- name: Send to Slack if something failed
Expand Down

0 comments on commit be2667c

Please sign in to comment.