-
Notifications
You must be signed in to change notification settings - Fork 180
Generic workflow/library #40
Copy link
Copy link
Closed
Labels
area:libraryIssue with the base reusable Go libraryIssue with the base reusable Go librarytype:featureNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
area:libraryIssue with the base reusable Go libraryIssue with the base reusable Go librarytype:featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
In addition to the generic API we have, there is a need for a generic workflow that calls a CLI/API with:
builder generate-sbom -lock-file <lock-file>npm ci. Example:builder vendor -cmds "npm ci"npm buildornpm pack. Example:builder build -cmds "untar-deps, npm pack"builder generate-provenance <TODO>/cc @lumjjb @bcoe @MarkLodato @ianlewis @asraa @joshuagl