Skip to content

Fix _type field in in-toto provenance generation#235

Merged
tekton-robot merged 1 commit into
tektoncd:mainfrom
priyawadhwa:fix-type
Sep 22, 2021
Merged

Fix _type field in in-toto provenance generation#235
tekton-robot merged 1 commit into
tektoncd:mainfrom
priyawadhwa:fix-type

Conversation

@priyawadhwa

Copy link
Copy Markdown
Contributor

_type is supposed to be a URI, which should be set to https://in-toto.io/Statement/v0.1

Right now, we set it to the name of the Task

fixes #234

_type is supposed to be a URI, which should be set to https://in-toto.io/Statement/v0.1

Right now, we set it to the name of the Task

ref: https://github.com/in-toto/attestation/blob/main/spec/README.md#statement
@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 22, 2021
@dlorenc

dlorenc commented Sep 22, 2021

Copy link
Copy Markdown
Contributor

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 22, 2021
@dlorenc

dlorenc commented Sep 22, 2021

Copy link
Copy Markdown
Contributor

/approve

@tekton-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dlorenc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 22, 2021
@tekton-robot tekton-robot merged commit 6c067d5 into tektoncd:main Sep 22, 2021
@priyawadhwa priyawadhwa deleted the fix-type branch September 27, 2021 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_type field is incorrectly set in in-toto provenance generation

3 participants