We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a1f95 commit c8e078aCopy full SHA for c8e078a
github/workflows/compute_slsa_source.yml
@@ -0,0 +1,13 @@
1
+
2
+name: SLSA Source
3
+on:
4
+ push:
5
+ branches: [ "master" ]
6
7
+jobs:
8
+ # Whenever new source is pushed recompute the slsa source information.
9
+ check-change:
10
+ permissions:
11
+ contents: write # needed for storing the vsa in the repo.
12
+ id-token: write
13
+ uses: slsa-framework/slsa-source-poc/.github/workflows/compute_slsa_source.yml@main
0 commit comments