Applies the OWASP Dependency Check plugin so dependency vulnerability scans are available in Helix builds.
- Delegates directly to org.owasp.dependencycheck.
Usage
build.gradle
Groovy DSL
plugins {
id 'com.helixframework.security-owasp'
}
build.gradle.kts
Kotlin DSL
plugins {
id("com.helixframework.security-owasp")
}
Configuration
No Helix-specific extension is added by this plugin.
Default Behavior
- No Helix-specific extension is added.
- Configure scan behavior through the underlying dependencyCheck extension and tasks.