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

fix: update docker-based predicate type to use updated format #1615

Merged
merged 4 commits into from
Feb 8, 2023

Conversation

asraa
Copy link
Collaborator

@asraa asraa commented Feb 8, 2023

Signed-off-by: Asra Ali asraa@google.com

Partial fix #1566

Updates the docker-based build definition's external parameter structure. This is intended to hold the inputs to a docker-based build (which includes the unpacked command and artifactPath).

The issue also mentions added workflow inputs: these will be added by the workflow, and capture the inputs to the workflow run at the top level. Because they are read from GH context, I think they should be in systemParameters as trusted values alongside the rest of the GH context and workflow path.

cc @rbehjati

Signed-off-by: Asra Ali <asraa@google.com>
Signed-off-by: Asra Ali <asraa@google.com>
Signed-off-by: Asra Ali <asraa@google.com>
Signed-off-by: Asra Ali <asraa@google.com>
@asraa
Copy link
Collaborator Author

asraa commented Feb 8, 2023

Going to submit, but leaving issue open for review of completion.

@asraa asraa merged commit d9af37e into slsa-framework:main Feb 8, 2023
@rbehjati
Copy link
Contributor

rbehjati commented Feb 9, 2023

Nice. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] Update the provenance format in the docker-based generator
3 participants