Skip to content

Commit

Permalink
adding datafeed url for owasp check
Browse files Browse the repository at this point in the history
  • Loading branch information
ndc-dxc committed Dec 12, 2024
1 parent 4d7b37f commit e7aa491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,10 @@ spotbugsTest {
dependencyCheck {
nvd {
apiKey = System.getProperty("nvdApiKey")
datafeedUrl = "https://dependency-check.github.io/DependencyCheck_Builder/nvd_cache"
System.out.print("NVD API is set: ")
System.out.println(null != apiKey)
System.out.println("datafeedUrl: " + datafeedUrl)
delay = 16000
}
//set up a quality gate for vulnerabilities with high severity level:
Expand Down

0 comments on commit e7aa491

Please sign in to comment.