Skip to content

Commit 53830a1

Browse files
committed
add a readme
1 parent 778ed2b commit 53830a1

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
# infra1
1+
# Infra1
2+
3+
> This app is compliant with version [1.0.0](https://github.com/policy-as-versioned-code/policy/releases/tag/1.0.0) of the company policy **only**
4+
5+
## Test policy locally
6+
7+
```raw
8+
$ docker run --rm -ti -v $(pwd):/apps ghcr.io/policy-as-versioned-code/policy-checker
9+
Found Terraform files
10+
Checking policy version...
11+
/tmp/tf/main.tf
12+
/tmp/tf/variable.tf
13+
/tmp/tf/CODE_OF_CONDUCT.md
14+
/tmp/tf/SECURITY.md
15+
/tmp/tf/README.md
16+
Policy version: 1.0.0
17+
Fetching Policy...
18+
Policy fetched.
19+
Running policy checker...
20+
21+
_ _
22+
___| |__ ___ ___| | _______ __
23+
/ __| '_ \ / _ \/ __| |/ / _ \ \ / /
24+
| (__| | | | __/ (__| < (_) \ V /
25+
\___|_| |_|\___|\___|_|\_\___/ \_/
26+
27+
By bridgecrew.io | version: 2.0.1140
28+
29+
terraform scan results:
30+
31+
Passed checks: 2, Failed checks: 0, Skipped checks: 0
32+
33+
Check: CUSTOM_AWS_1: "Check that all resources are tagged with the key - department"
34+
PASSED for resource: aws_s3_bucket.b
35+
File: /main.tf:1-6
36+
Check: : ""
37+
PASSED for resource: aws_s3_bucket.b
38+
File: /main.tf:1-6
39+
```

0 commit comments

Comments
 (0)