make OWASP_API_KEY optionally
This commit is contained in:
parent
0f71c6a88d
commit
242b6f88c9
@ -207,7 +207,7 @@ project.tasks.spotlessJava.dependsOn(
|
||||
// OWASP Dependency Security Test
|
||||
dependencyCheck {
|
||||
nvd {
|
||||
apiKey = project.property('OWASP_API_KEY') // set it in ~/.gradle/gradle.properties
|
||||
apiKey = project.properties['OWASP_API_KEY'] // set it in ~/.gradle/gradle.properties
|
||||
delay = 16000
|
||||
}
|
||||
format = 'ALL'
|
||||
|
Loading…
Reference in New Issue
Block a user