From 58d1b581b736bd27d9da1cd864841f1146b10e22 Mon Sep 17 00:00:00 2001 From: Adrian Mouat Date: Fri, 9 Aug 2024 14:54:54 +0100 Subject: [PATCH] Remove references to policy violations. Signed-off-by: Adrian Mouat --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6591245..590678b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 = "..."