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

feat: npm builder updates #1206

Merged
merged 7 commits into from
Nov 7, 2022

Conversation

laurentsimon
Copy link
Collaborator

@laurentsimon laurentsimon commented Nov 5, 2022

This PR:

  1. Simplifies the builder binary
  2. Tries to make job outputs more generic to simplify building new builders (possibly with BYOB framework)

Comment on lines +235 to +236
name: "<TODO>"
path: "<TODO>"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were you planning on setting these?

Copy link
Collaborator Author

@laurentsimon laurentsimon Nov 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not in this PR. The output of the builder can theoretically contain multiple artifacts, so I think we need to write code to process severals artifacts at once. For nodejs, I think it will always be a single artifact. But in general I'm trying to see what's needed to build a "generic workflow" that generalizes for any builder (nodejs, Java, goreleaser, container images, etc)

@laurentsimon laurentsimon enabled auto-merge (squash) November 7, 2022 01:43
@laurentsimon laurentsimon merged commit 54ad869 into slsa-framework:main Nov 7, 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.

None yet

2 participants