<!-- llms-index: https://docs.gradle.com/develocity/llms.txt -->

<a id="component-eol-banner"></a>

You are viewing **Develocity Provenance Governor 1.5**. To view the latest available version of the docs, see [1.7](https://docs.gradle.com/develocity/provenance-governor/1.7/attestation-resolved-dependencies-repositories/).

# Resolved Dependencies Repositories Predicate

<a id="resolved-dependencies-repos-predicate"></a>

Predicate Type URI: `[https://gradle.com/attestation/resolved-dependencies-repositories/v1](https://gradle.com/attestation/resolved-dependencies-repositories/v1)`

Enumerates a repository consulted for dependency resolution. A single attestation will be produced that contains multiple Uniform Resource Identifiers (URIs) for all of the repositories used in the same build.

Fields:

*   `buildScanUri` (URI string) - Link to the Build Scan.
    
*   `uris` (List of URI string) - Repository base URIs from which dependencies were resolved.
    

```json
{
  "buildScanUri": "https://develocity.example.com/s/g4b7d8c1m2",
  "uris": [
    "https://repo1.maven.org/maven2/",
    "https://repo.gradle.org/gradle/libs-releases-local/",
    "https://jitpack.io/"
  ]
}
```