slsa-framework / azure-devops-demo

SLSA Azure DevOps Pipelines Extension
https://marketplace.visualstudio.com/items?itemName=gattjoe.SLSAProvenanceGenerator
Apache License 2.0
25 stars 13 forks source link

ci: initial github action workflow #14

Closed JamieMagee closed 2 years ago

JamieMagee commented 2 years ago

This doesn't build or run any tests yet, but I plan to add that in a follow-up PR.

Signed-off-by: Jamie Magee jamie.magee@gmail.com

gattjoe commented 2 years ago

TIL: you have to specify WHERE the package-lock.json is if its not in the root directory with this: cache-dependency-path: buildAndReleaseTask/package-lock.json