Skip to content

Commit 467edf0

Browse files
authored
Push the policy time forward again. (#193)
There's an issue where we don't look at all the available provenance just the first one we find. So even though prior commits have 'good' provenance that would meet this policy they also have 'bad' provenance that doesn't. That bad provenance is found 'first' which means we fail the policy check. We could fix that, but it's tricky. Better to get things working again and we can resolve later. Signed-off-by: Tom Hennen <[email protected]>
1 parent fc161fb commit 467edf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"protected_branches": [
44
{
55
"Name": "main",
6-
"Since": "2025-03-28T15:09:27.845Z",
6+
"Since": "2025-06-05T20:08:00.000Z",
77
"target_slsa_source_level": "SLSA_SOURCE_LEVEL_3",
88
"org_status_check_controls": [
99
{

0 commit comments

Comments
 (0)