Fix TODO (#13363)
This commit is contained in:
parent
82dcc737b2
commit
3e1a19c7e6
|
@ -439,7 +439,6 @@ dependencyCheck {
|
||||||
suppressionFile = "buildscripts/dependency-check-suppressions.xml"
|
suppressionFile = "buildscripts/dependency-check-suppressions.xml"
|
||||||
failBuildOnCVSS = 7.0f // fail on high or critical CVE
|
failBuildOnCVSS = 7.0f // fail on high or critical CVE
|
||||||
nvd.apiKey = System.getenv("NVD_API_KEY")
|
nvd.apiKey = System.getenv("NVD_API_KEY")
|
||||||
nvd.delay = 3500 // until next dependency check release (https://github.com/jeremylong/DependencyCheck/pull/6333)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
idea {
|
idea {
|
||||||
|
|
Loading…
Reference in New Issue