forked from tektoncd/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
predicate.buildConfig.tasks[i].ref
field
Related to tektoncd#436 (comment). Prior, pipeline level provenance had a `ref` field in the `predicate.buildConfig` section. In this commit, we remove this `ref` field from buildconfig in favor of `buildConfig.tasks[i].invocation.configSource` tektoncd#554 because configsource should be enough to record the source information that we need to track the origin of the remote definitions. Since `predicate.buildConfig` is pretty much free text, this deletion shouldn't introduce backward incompatible changes. Signed-off-by: Chuang Wang <chuangw@google.com>
- Loading branch information
Showing
3 changed files
with
16 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters