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
Most of the fields of the e3.slsa.provenance classes are read-only.
Some of those may be set at provenance creation time, but (for
instance) the RunDetails started_on and finished_on should be writable.
Here is the list of fields which should be writable
- `Builder.id` if the provenance is created before the build ID is
actually created
- `BuildMetadata.finished_on`, or the builds needs to be finished when
the provenance is created
- BuildMetadata.started_on, to allow setting it at real build start
time.
Closes#43+
0 commit comments