diff --git a/.github/workflows/compute_slsa_source.yaml b/.github/workflows/compute_slsa_source.yaml new file mode 100644 index 0000000..5cc09c3 --- /dev/null +++ b/.github/workflows/compute_slsa_source.yaml @@ -0,0 +1,14 @@ +--- +name: SLSA Source +on: + push: + branches: [ "main" ] +permissions: {} + +jobs: + # Whenever new source is pushed recompute the slsa source information. + generate-provenance: + permissions: + contents: write # needed for storing the vsa in the repo. + id-token: write # meeded to mint yokens for signing + uses: slsa-framework/slsa-source-poc/.github/workflows/compute_slsa_source.yml@main