Skip to content

Commit

Permalink
update readme for infra3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed Apr 5, 2022
1 parent fb378bd commit 0e25786
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Infra2
# Infra3

> This infra is compliant with version [2.0.1](https://github.com/example-policy-org/policy/releases/tag/2.0.1) of the company policy but its only using [1.0.0](https://github.com/example-policy-org/policy/releases/tag/1.0.0) and can be updated with a pull-request.
> This infra is compliant with version [2.0.1](https://github.com/example-policy-org/policy/releases/tag/2.0.1) of the company policy

## Test policy locally

```bash
$ docker run --rm -ti -v $(pwd):/apps ghcr.io/example-policy-org/policy-checker

Checking policy version...
Policy version: 2.0.1
Policy version: 1.0.0
Fetching Policy...

Running policy checker...
Expand All @@ -23,15 +24,12 @@ By bridgecrew.io | version: 2.0.1034
terraform scan results:
Passed checks: 3, Failed checks: 0, Skipped checks: 0
Passed checks: 2, Failed checks: 0, Skipped checks: 0
Check: CUSTOM_AWS_2: "Check that all resources are tagged with the key - department with a known value"
Check: CUSTOM_AWS_1: "Check that all resources are tagged with the key - department"
PASSED for resource: aws_s3_bucket.b
File: /main.tf:1-6
Check: : ""
PASSED for resource: aws_s3_bucket.b
File: /main.tf:1-6
Check: CUSTOM_AWS_1: "Check that all resources are tagged with the key - department"
PASSED for resource: aws_s3_bucket.b
File: /main.tf:1-6
```

0 comments on commit 0e25786

Please sign in to comment.