mirror of https://github.com/apache/lucene.git
SOLR-11207: Exclude solr-ref-guide from owasp check
It picked up log4j1 dependency only used during build
This commit is contained in:
parent
1fe4177ac0
commit
9ddd05cd14
|
@ -7,6 +7,7 @@ configure(rootProject) {
|
|||
dependencyCheck {
|
||||
failBuildOnCVSS = propertyOrDefault("validation.owasp.threshold", 7) as Integer
|
||||
formats = ['HTML', 'JSON']
|
||||
skipProjects = [':solr:solr-ref-guide']
|
||||
suppressionFile = rootProject.file('gradle/validation/owasp-dependency-check/exclusions.xml')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue