Skip to content

Instantly share code, notes, and snippets.

@MarkLodato
Last active February 10, 2023 21:56
Show Gist options
  • Save MarkLodato/6c7494633016c6c5c4ad49053923ad91 to your computer and use it in GitHub Desktop.
Save MarkLodato/6c7494633016c6c5c4ad49053923ad91 to your computer and use it in GitHub Desktop.
Example provenance for building from tag
"externalParameters": {
"configSource": {
"ref": "refs/tags/v1.2.3",
"repository": "https://github.com/GoogleCloudPlatform/cloud-build-samples",
"path": "basic-config/cloudbuild.yaml"
}
},
"resolvedDependencies": {{
"uri": "git+https://github.com/GoogleCloudPlatform/cloud-build-samples@refs/tags/v1.2.3",
"digest": { "sha1": "bb0fe8075f92bb82b679afe400a47b106f0cec4b" }
}}
{
"subject": [{"digest": {"sha1": "bb0fe8075f92bb82b679afe400a47b106f0cec4b"}}],
"predicateType": "https://slsa.dev/sourceControlSecurity/v1",
"predicate": {
"securityControls": {
"reviewRequirements": "REQUIRE_TWO_PARTY_REVIEW"
},
"repository": "git+https://github.com/GoogleCloudPlatform/cloud-build-samples",
"branch": "main"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment