-
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.
Merge pull request #149 from simonbaird/rhtap-multici-gitlab-github
Configs for rhtap multi-ci gitlab and github
- Loading branch information
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