Skip to content

Commit 31e83d7

Browse files
asraalaurentsimon
andauthored
docs: update docker-based docs about the resolved dependencies (#1903)
Fixes #1766 Signed-off-by: Asra Ali <asraa@google.com> Co-authored-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
1 parent 75725a1 commit 31e83d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/builders/docker/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ The `buildDefinition` contains the following fields:
237237
| `externalParameters.buildConfig.Command` | `"["npm", "run", "all"]"` | The build command invoked in the container image to produce the output artifacts. |
238238
| `externalParameters.resolvedDependencies` | `slsa.ArtifactReference` | An artifact reference specifying the binary used by the reusable workflow to build the artifact and generate the build definition. See the [CLI tool](#command-line-tool) below. |
239239

240+
The [CLI tool](#command-line-tool) described in `externalParameters.resolvedDependencies` contains the `uri` of the source that was used to build the artifact (from this GitHub repository). The `digest` referes to the cryptographic digest of the built binary. Using this information, a verifier may download the source artifact from the GitHub releases inferred by the URI and verify its digest.
241+
240242
### Provenance Example
241243

242244
The following is an example of the generated provenance. Provenance is generated

0 commit comments

Comments
 (0)