slsa-github-generator icon indicating copy to clipboard operation
slsa-github-generator copied to clipboard

Runner API

Open ianlewis opened this issue 3 years ago • 0 comments
trafficstars

Updates #684

Adds a simple CommandRunner that runs a set of commands. Env vars and working dir are properly captured for each command and can be included directly in buildConfig in provenance for various build types.

This can be used to support the Go builder as well as future builders like containers, ko, etc.

Still needs:

  • [ ] Unit tests
  • [ ] Update the Go builder to use CommandRunner

ianlewis avatar Jul 26 '22 06:07 ianlewis