Skip to content

Commit 0e25786

Browse files
committed
update readme for infra3
1 parent fb378bd commit 0e25786

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# Infra2
1+
# Infra3
2+
3+
> 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.
24
3-
> 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
45

56
## Test policy locally
67

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

1011
Checking policy version...
11-
Policy version: 2.0.1
12+
Policy version: 1.0.0
1213
Fetching Policy...
1314

1415
Running policy checker...
@@ -23,15 +24,12 @@ By bridgecrew.io | version: 2.0.1034
2324
2425
terraform scan results:
2526
26-
Passed checks: 3, Failed checks: 0, Skipped checks: 0
27+
Passed checks: 2, Failed checks: 0, Skipped checks: 0
2728
28-
Check: CUSTOM_AWS_2: "Check that all resources are tagged with the key - department with a known value"
29+
Check: CUSTOM_AWS_1: "Check that all resources are tagged with the key - department"
2930
PASSED for resource: aws_s3_bucket.b
3031
File: /main.tf:1-6
3132
Check: : ""
3233
PASSED for resource: aws_s3_bucket.b
3334
File: /main.tf:1-6
34-
Check: CUSTOM_AWS_1: "Check that all resources are tagged with the key - department"
35-
PASSED for resource: aws_s3_bucket.b
36-
File: /main.tf:1-6
3735
```

0 commit comments

Comments
 (0)