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/[email protected]",
    "pkg:maven/org.apache.commons/[email protected]",
    "pkg:npm/[email protected]"
  ]
}