-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configs for rhtap multi-ci gitlab and github
We might consolidate or refactor in future, but let's get something merged to unblock testing. Ref: https://issues.redhat.com/browse/EC-990 Ref: https://issues.redhat.com/browse/EC-991
- Loading branch information
1 parent
f21e05c
commit 7538ad8
Showing
4 changed files
with
84 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# To use this policy with the ec command line: | ||
# ec validate image \ | ||
# --image $IMAGE \ | ||
# --public-key key.pub \ | ||
# --policy github.com/enterprise-contract/config//rhtap-github | ||
# | ||
name: RHTAP GitHub | ||
description: >- | ||
Includes rules suitable for use with the attestations created by RHTAP GitHub build pipelines. | ||
sources: | ||
- name: Default | ||
policy: | ||
- github.com/enterprise-contract/ec-policies//policy/lib?ref=main | ||
- github.com/enterprise-contract/ec-policies//policy/release?ref=main | ||
data: [] | ||
config: | ||
include: | ||
- '@rhtap-github' | ||
exclude: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# To use this policy with the ec command line: | ||
# ec validate image \ | ||
# --image $IMAGE \ | ||
# --public-key key.pub \ | ||
# --policy github.com/enterprise-contract/config//rhtap-gitlab | ||
# | ||
name: RHTAP GitLab | ||
description: >- | ||
Includes rules suitable for use with the attestations created by RHTAP GitLab build pipelines. | ||
sources: | ||
- name: Default | ||
policy: | ||
- github.com/enterprise-contract/ec-policies//policy/lib?ref=main | ||
- github.com/enterprise-contract/ec-policies//policy/release?ref=main | ||
data: [] | ||
config: | ||
include: | ||
- '@rhtap-gitlab' | ||
exclude: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters