Skip to content

Commit

Permalink
Remove references to policy violations.
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Mouat <adrian@chainguard.dev>
  • Loading branch information
amouat committed Aug 9, 2024
1 parent 52ec50c commit 58d1b58
Showing 1 changed file with 2 additions and 5 deletions.
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

0 comments on commit 58d1b58

Please sign in to comment.