Skip to content

Commit

Permalink
Added NVD API Key GitHub secret to ENV variable mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
funfried committed Feb 23, 2024
1 parent 2ae951b commit 53cf6ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
repoToken: ${{ secrets.COVERALLS_REPOTOKEN }}
signing_keypass: ${{ secrets.GPG_PASSPHRASE }}
skipRemoteStaging: ${{ secrets.SKIP_REMOTE_STAGING }}
nvd_api_key: ${{ secrets.NVD_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/windows_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
repoToken: ${{ secrets.GH_REPOTOKEN }}
signing_keypass: ${{ secrets.GPG_PASSPHRASE }}
skipRemoteStaging: ${{ secrets.SKIP_REMOTE_STAGING }}
nvd_api_key: ${{ secrets.NVD_API_KEY }}
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,6 @@
<artifactId>dependency-check-maven</artifactId>
<version>9.0.9</version>
<configuration>
<!-- <failBuildOnCVSS>3</failBuildOnCVSS>-->
<nvdApiServerId>nvd-api-key</nvdApiServerId>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
</configuration>
Expand Down

0 comments on commit 53cf6ea

Please sign in to comment.