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

Container build type #1176

Merged
merged 8 commits into from
Nov 4, 2022
Merged

Conversation

ianlewis
Copy link
Member

@ianlewis ianlewis commented Oct 28, 2022

Fixes #638

Updates provenance generated by the generic container worflow to have it's own buildType.

Before:

{
  "predicate": {
    "buildType": "https://github.com/slsa-framework/slsa-github-generator/generic@v1"
  }
}

After:

{
  "predicate": {
    "buildType": "https://github.com/slsa-framework/slsa-github-generator/container@v1"
  }
}

This adds a new builder binary. Currently it has mostly the same logic as the generic builder's generate command had but may require more specialized logic in the future.

Signed-off-by: Ian Lewis <ianlewis@google.com>
Signed-off-by: Ian Lewis <ianlewis@google.com>
Signed-off-by: Ian Lewis <ianlewis@google.com>
Signed-off-by: Ian Lewis <ianlewis@google.com>
Signed-off-by: Ian Lewis <ianlewis@google.com>
Signed-off-by: Ian Lewis <ianlewis@google.com>
@ianlewis ianlewis marked this pull request as ready for review October 28, 2022 04:45
@ianlewis ianlewis enabled auto-merge (squash) November 4, 2022 00:51
@ianlewis ianlewis merged commit e823895 into slsa-framework:main Nov 4, 2022
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.

[discussion] buildType for container generator
3 participants