You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/builders/docker/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,8 @@ The `buildDefinition` contains the following fields:
237
237
| `externalParameters.buildConfig.Command` | `"["npm", "run", "all"]"` | The build command invoked in the container image to produce the output artifacts. |
238
238
| `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. |
239
239
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
+
240
242
### Provenance Example
241
243
242
244
The following is an example of the generated provenance. Provenance is generated
0 commit comments