Skip to content

Commit 998d606

Browse files
committed
fix policy rules
1 parent 07b76ee commit 998d606

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

policy/policy_pull_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ sources:
77
disallowed_packages:
88
- purl: "pkg:golang/github.com/rs/zerolog"
99
format: "semver"
10-
max: "1.31.0"
10+
max: "1.30.0"
1111
allowed_builder_ids:
12-
- https://github.com/st3penta/fosdem-2026-build-sample/.github/workflows/pr-build.yml@refs/pull/
12+
- https://github.com/st3penta/fosdem-2026-build-sample/.github/workflows/pull_request.yml@refs/pull/

policy/policy_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ sources:
77
disallowed_packages:
88
- purl: "pkg:golang/github.com/rs/zerolog"
99
format: "semver"
10-
max: "1.31.0"
10+
max: "1.30.0"
1111
allowed_builder_ids:
12-
- https://github.com/st3penta/fosdem-2026-build-sample/.github/workflows/build-attest.yml@refs/heads/main
12+
- https://github.com/st3penta/fosdem-2026-build-sample/.github/workflows/release.yml@refs/heads/main

0 commit comments

Comments
 (0)