File tree Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change 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
+ ```
You can’t perform that action at this time.
0 commit comments