Capture step information inrecipe.arguments for in-toto/slsa Provenance #272
Conversation
|
Hi @pxp928. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
priyawadhwa
left a comment
There was a problem hiding this comment.
If the step in the tekton-provenance format meets your needs, you could probably just make this function public and call it to get the steps for the TaskRun :)
You may have to refactor a little to return Steps instead of ProvenanceRecipe!
Thanks for the feedback Priya. I will work on this today. |
bfb5fac to
45ea717
Compare
|
Updated to use |
priyawadhwa
left a comment
There was a problem hiding this comment.
Looks good! just one comment. I'll run tests as well!
|
/ok-to-test |
recipe.arguments for in-toto/slsa Provenance
45ea717 to
c4f47f3
Compare
dc2ac43 to
fa014cc
Compare
5cc5599 to
e6ba629
Compare
e6ba629 to
0c01479
Compare
0c01479 to
004bb86
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: priyawadhwa The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
POC for #271 for adding further detail into the
environmentfor each step within a taksrun. (https://slsa.dev/provenance/v0.1)"recipe": { "type": "<URI>", "definedInMaterial": /* integer */, "entryPoint": "<STRING>", "arguments": { /* object */ }, "environment": { /* object */ }This added information would provide more information for each step within the taskrun and capture proper entrypoints for each step. This update would allow for better verfication via
in-toto verifyin the future.