Examples of Snyk for Bazel
See Manually creating a Dep Graph from Bazel Java project for a full example of a Bazel Java project and the corresponding Snyk Dep Graph object.
For a simple Bazel Project with a single dependency on a Maven package, you may specify the dependency like this:
From this, you could construct the following Dep Graph JSON object:
This particular package (ch.qos.logback:logback-core@1.0.13
) contains a vulnerability described in detail in the resulting JSON response object.
Last updated