Composite security plugin that applies the Helix OWASP, SBOM, and Snyk convention plugins together.
- Applies Security OWASP.
- Applies Security SBOM.
- Applies Security Snyk.
Usage
build.gradle
Groovy DSL
plugins {
id 'com.helixframework.security'
}
build.gradle.kts
Kotlin DSL
plugins {
id("com.helixframework.security")
}
Configuration
No Helix-specific extension is added by this plugin.
Default Behavior
- No Helix-specific extension is added.
- Configure the underlying OWASP, CycloneDX, or Snyk plugins directly if you need custom behavior.