github-actions-demo icon indicating copy to clipboard operation
github-actions-demo copied to clipboard

Document for which SLSA Levels this approach can (and can not) be used

Open raboof opened this issue 3 years ago • 1 comments

The README mentions this action is applicable for SLSA level 1. This might be a good place to document what would be necessary for further SLSA levels.

Looking at the Requirements it looks like this approach could also be used for L2, and that the main things missing would be:

For L3, it might be the approach no longer suffices, because of the non-falsifiability requirement that specifies the user-defined build steps have no access to the provenance signing key. Of course in GitHub Actions you can make a secret available to only specific steps, but I'm not sure that is sufficient isolation?

raboof avatar Jan 28 '22 12:01 raboof

this project is mostly superseded by https://github.com/slsa-framework/slsa-github-generator-go and similar tooling

loosebazooka avatar Apr 07 '22 16:04 loosebazooka