Skip to content

Commit 922b996

Browse files
authored
create policy for canonical repo (#36)
Signed-off-by: Tom Hennen <[email protected]>
1 parent 4f19908 commit 922b996

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

policy/github.com/TomHennen/slsa-source-poc/source-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"canonical_repo": "https://github.com/slsa-framework/slsa-source-repo",
2+
"canonical_repo": "https://github.com/slsa-framework/slsa-source-poc",
33
"protected_branches": [
44
{
55
"name": "main",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"canonical_repo": "https://github.com/slsa-framework/slsa-source-poc",
3+
"protected_branches": [
4+
{
5+
"Name": "main",
6+
"Since": "2025-02-09T15:07:12.392682249Z",
7+
"target_slsa_source_level": "SLSA_SOURCE_LEVEL_2"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)