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

Remove references to policy violations. #209

Merged
merged 1 commit into from
Aug 9, 2024
Merged
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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

This repo holds a number of example apps demonstrating integrations with Chainguard platform APIs, and various [Chainguard Events](https://edu.chainguard.dev/chainguard/chainguard-enforce/reference/events/).

- [GitHub Issue Opener](./github-issue-opener/README.md) - opens an issue in GitHub when a policy is violated
- [Slack Webhook](./slack-webhook/README.md) - sends a message to a Slack channel when a policy is violated
- [Jira Issuer Opener](./jira-issue-opener/) - opens an issue in Jira when a policy is violated
- [GCP Image Copier](./image-copy-gcp/) - copies images to Google Artifact Registry when an image is pushed to cgr.dev
- [ECR Image Copier](./image-copy-ecr/) - copies images to Amazon Elastic Container Registry when an image is pushed to cgr.dev
- [AWS Auth Example](./aws-auth/) - demonstrates configuration of an AWS assumable Chainguard identity, as well as calling the Chainguard API from a Lambda function
Expand All @@ -18,8 +15,8 @@ This repo holds a number of example apps demonstrating integrations with Chaingu
> For example:

```hcl
module "github-issue-opener" {
source = "github.com/chainguard-dev/platform-examples//github-issue-opener/iac?ref=a1b2c3d4"
module "image-copy" {
source = "github.com/chainguard-dev/platform-examples/image-copy-gcp/iac?ref=a1b2c3d4"

project_id = "..."
group = "..."
Expand Down
Loading