Skip to content

Commit c4e4f7c

Browse files
authored
Move workflow (#2)
* add slsa workflow Signed-off-by: Tom Hennen <tomhennen@google.com> * move the workflow Signed-off-by: Tom Hennen <tomhennen@google.com> --------- Signed-off-by: Tom Hennen <tomhennen@google.com>
1 parent c8e078a commit c4e4f7c

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)