This commit is contained in:
Trask Stalnaker 2025-02-20 14:01:27 -08:00 committed by GitHub
parent 82dcc737b2
commit 3e1a19c7e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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 {