Skip to content

Commit 94cb7a0

Browse files
authored
Use mirrored NVD datafeed for dependency check (#1335)
1 parent 5213677 commit 94cb7a0

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ allprojects {
4444
formats = ['HTML', 'JUNIT']
4545
skipConfigurations = ['dedupe', 'gwtCompileClasspath', 'gwtRuntimeClasspath', 'developmentOnly']
4646
skipProjects = [':server:testAutomation']
47-
if (project.hasProperty('nvdApiKey'))
48-
{
49-
nvd {
50-
apiKey = "${project.property('nvdApiKey')}"
51-
}
47+
48+
nvd {
49+
datafeedUrl = 'https://dependency-check.github.io/DependencyCheck_Builder/nvd_cache/nvdcve-{0}.json.gz'
5250
}
5351
}
5452
}

0 commit comments

Comments
 (0)