Resolved Dependencies Predicate


Contains the set of resolved third-party dependencies as pURLs.

Fields:

  • buildScanUri (URI string) - Link to the Build Scan for correlation.

  • purls (array of strings) - Distinct, sorted list of pURLs. May be empty.

Example (truncated list):

{
  "buildScanUri": "https://develocity.example.com/s/g4b7d8c1m2",
  "purls": [
    "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.17.1",
    "pkg:maven/org.apache.commons/commons-lang3@3.14.0",
    "pkg:npm/react@18.3.1"
  ]
}