slsa-github-generator
slsa-github-generator copied to clipboard
[feature] Add `source:URI` under externalParameters
trafficstars
We need to add source for our BYOB builders.
In https://slsa.dev/provenance/v1 "Migrating from 0.2":
"source": old.invocation.configSource.uri,
which seems to indicate that source is a URI of type string.
In https://github.com/slsa-framework/slsa-verifier/pull/621, the "source" field is currently treated as a resourceDescriptor.
@asraa @ianlewis wdut?