Skip to content

Commit

Permalink
doc update (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
grolston authored Jul 18, 2022
1 parent e38d8b0 commit 60d17b6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/Using-Guard-Rules-Registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ The intent of Guard rule suppression is to allow explicit and approved complianc

## Guard Rules Registry Release Builds

Every merge into the main branch will produce a new `release` of all AWS Guard Rules Registry. View the latest release for download [here](TODO)

Every merge into the main branch will produce a new `release` of all AWS Guard Rules Registry. View the latest release for download [here](https://github.com/aws-cloudformation/aws-guard-rules-registry/releases)

## Guard Rules Registry Local Development

Expand All @@ -55,10 +54,10 @@ cfn-guard validate --rules ./NIST800-53Rev4.guard --data myCloudFormation.yml --

All AWS Guard Rule Registry are build into a Docker image with Guard installed. The release rule set files are built and copied into the Docker image allowing for simplified rule set specific. Follow these steps to pull the Docker image and view the available rule sets.

1. run: `docker pull public.ecr.aws/r7q6h7y6/guard:1.0`
1. run: `docker pull public.ecr.aws/r7q6h7y6/guard:1.0.0`
2. enter the container to view available rules:
```
docker run -it public.ecr.aws/r7q6h7y6/guard:1.0 sh
docker run -it public.ecr.aws/r7q6h7y6/guard:1.0.0 sh
ls
```
3. all rule sets are built into the root directory
Expand All @@ -80,7 +79,7 @@ Gitlab-CI can leverage the AWS Guard Rules Registry docker image. The example be
```yml
image:
repository: public.ecr.aws/r7q6h7y6/guard
tag: 1.0
tag: 1.0.0
stages:
- ci
Expand Down

0 comments on commit 60d17b6

Please sign in to comment.