Skip to content

Commit c8e078a

Browse files
authored
add slsa workflow (#1)
Signed-off-by: Tom Hennen <tomhennen@google.com>
1 parent e2a1f95 commit c8e078a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)