Skip to content

akanchhaS/snyk-gradle-plugin

Repository files navigation

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.

Snyk Gradle CLI Plugin

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

Support

❓No issues expected but test not updated yet to verify ✅Supported and verified with tests

Supported OS

OS Supported
Windows
Linux
OSX

Supported Node versions

Node Supported
6
8
10
12

Supported Java & Gradle versions

Java / Gradle 2.* 3.* 4.* 5.*
8
9
10
11
13

Supported Snyk command line arguments:

  • --gradle-sub-project=foo return dependencies for a specific subproject (by default, return only the dependencies for the top-level project)

Additional command line arguments to Gradle can be provided after --, for example:

  • -- --configuration=foo only fetch dependencies for a certain configuration (by default, merged deps for all the configurations are returned).

Under the hood

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published