Skip to content

Commit

Permalink
Merge pull request #26 from openrewrite/chore/nvd-key
Browse files Browse the repository at this point in the history
chore: add in env for nvd api key
  • Loading branch information
sjungling authored Dec 13, 2023
2 parents 0995bdd + 0917763 commit f3d4b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ configure<org.owasp.dependencycheck.gradle.extension.DependencyCheckExtension> {
analyzers.assemblyEnabled = false
failBuildOnCVSS = 9.0F
suppressionFile = "suppressions.xml"
nvd.apiKey = System.getenv("NVD_API_KEY")
}

nexusPublishing {
Expand Down

0 comments on commit f3d4b6f

Please sign in to comment.