Skip to content

Commit

Permalink
Merge pull request #153 from simonbaird/pin-rhtap-multi-ci
Browse files Browse the repository at this point in the history
Pin policies used by RHTAP Multi-CI
  • Loading branch information
simonbaird authored Dec 2, 2024
2 parents ae9338b + da5a991 commit ebf05b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
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

0 comments on commit ebf05b4

Please sign in to comment.