Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin policies used by RHTAP Multi-CI #153

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rhtap-github/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ description: >-
sources:
- name: Default
policy:
- github.com/enterprise-contract/ec-policies//policy/lib?ref=main
- github.com/enterprise-contract/ec-policies//policy/release?ref=main
- github.com/enterprise-contract/ec-policies//policy/lib?ref=release-v0.5-rhtap
- github.com/enterprise-contract/ec-policies//policy/release?ref=release-v0.5-rhtap
data: []
config:
include:
Expand Down
4 changes: 2 additions & 2 deletions rhtap-gitlab/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ description: >-
sources:
- name: Default
policy:
- github.com/enterprise-contract/ec-policies//policy/lib?ref=main
- github.com/enterprise-contract/ec-policies//policy/release?ref=main
- github.com/enterprise-contract/ec-policies//policy/lib?ref=release-v0.5-rhtap
- github.com/enterprise-contract/ec-policies//policy/release?ref=release-v0.5-rhtap
data: []
config:
include:
Expand Down
6 changes: 2 additions & 4 deletions src/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ rhtap-gitlab:
Includes rules suitable for use with the attestations created by RHTAP
GitLab build pipelines.
environment: versioned
# Pin to a release branch in future
ecPoliciesRef: main
ecPoliciesRef: release-v0.5-rhtap
include:
- '@rhtap-gitlab'
exclude: []
Expand All @@ -40,8 +39,7 @@ rhtap-github:
Includes rules suitable for use with the attestations created by RHTAP
GitHub build pipelines.
environment: versioned
# Pin to a release branch in future
ecPoliciesRef: main
ecPoliciesRef: release-v0.5-rhtap
include:
- '@rhtap-github'
exclude: []
Expand Down