snyk / snyk-gradle-plugin

Basic Snyk CLI plugin for Gradle support
Other
25 stars 19 forks source link

Snyk logo


Snyk helps you find, fix and monitor for known vulnerabilities in your dependencies, both on an ad hoc basis and as part of your CI (Build) system.

:information_source: This repository is only a plugin to be used with the Snyk CLI tool. To use this plugin to test and fix vulnerabilities in your project, install the Snyk CLI tool first. Head over to snyk.io to get started.

Snyk Gradle CLI Plugin

This plugin provides dependency metadata for Gradle projects that use gradle and have a build.gradle file.

Documentation

Please refer to the Snyk for Java documentation

Support

❌ Not supported ❓ No issues expected but not regularly tested ✅ Supported and verified with tests

Supported OS

OS Supported
Windows
Linux
OSX ️✅

Supported Node versions

Node Supported
16
18
20

Supported Gradle versions

Gradle Supported
4
5
6
7
8

Supported Snyk command line arguments:

Additional command line arguments:

Under the hood

See lib/init.gradle for the Groovy script injected in Gradle builds to gather and resolve the dependencies.