Plugin

Security

Plugin ID
com.helixframework.security
Plugin Type
Project

Composite security plugin that applies the Helix OWASP, SBOM, and Snyk convention plugins together.

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.