Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PipelineRuns with v2alpha4 to process StepActions #1118

Merged

Commits on May 22, 2024

  1. Add new v2alpha4 version for PipelineRuns

    This new version will now process the information from any associated StepAction from the executed PipelineRun when `artifacts.pipelinerun.enable-deep-inspection` is set to `true`.
    
    Also, the way chains read results from PipelineRuns to populate the `subjects` field is changing: now the user has to explicitly mark a result as a subject using an object type-hinted tag (*ARTIFACT_OUTPUTS) + the new `isBuildArtifact` property in the value.
    
    Refactors to share logic between v2alph3 and v2alpha4.
    renzodavid9 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e72c6e7 View commit details
    Browse the repository at this point in the history
  2. Fix issue when reading *IMAGE_URL / *IMAGE_DIGEST type hint results w…

    …hen two or more tasks/steps are using the same prefix.
    renzodavid9 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    323779b View commit details
    Browse the repository at this point in the history