Skip to content

Commit

Permalink
Update CLI release policy
Browse files Browse the repository at this point in the history
This commit updates the EC policy config for the CLI image in two ways.

First, the policy config now enforces hermetic builds since the builds
are indeed hermetic πŸŽ‰.

Second the policy config no longer enforces the schedule restriction.
Those policy rules are usually meant to avoid releases by a vendor on
restricted dates, e.g. weekends. Since this is being used for a
community release, this is not a concern.

Ref: EC-911

Signed-off-by: Luiz Carvalho <[email protected]>
  • Loading branch information
lcarva committed Jan 17, 2025
1 parent 1f38337 commit 73f212f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policies/cli/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ sources:
include:
- '@redhat'
exclude:
# Not currently doing hermetic builds, see https://issues.redhat.com/browse/EC-360
- hermetic_build_task.*
# For an upstream release, we don't worry about restricted release dates.
- schedule
ruleData:
#
# Make high sev CVEs non-blocking temporarily
Expand Down

0 comments on commit 73f212f

Please sign in to comment.