Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Generates lock files for npm/Java builds and auto-downloads Trivy for vulnerability scanning |
0.95
(04 September 2026) |
|
Enables a Trivy scan for Gradle Distributions |
4.5.1
(14 July 2026) |
|
Scans Gradle dependencies and Docker base images with Trivy, auto-pins vulnerable versions, and commits fixes locally. Prerequisites: trivy, jq, tar. Install with: apt install -y jq tar curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.72.0 Added tasks: gradleSecurityFix, baseImageSecurityFix (group: security). Both commit fixes to a local branch security/auto-fixes-YYYY-MM-DD. Push the branch and open a PR manually to apply the fixes. |
0.2.2
(20 August 2026) |
|
Manage vulnerability records as code. Validate Vulnlog YAML files, generate suppression files for downstream scanners (Trivy, Snyk, generic format), and produce self-contained HTML vulnerability reports. |
0.17.0
(24 August 2026) |
|
Adds 'grype' and 'trivy' tasks that scan the project's Docker image for vulnerabilities |
2.62.0
(29 August 2026) |