Skip to content

Commit d1ea5d7

Browse files
committed
add README for compliance script
1 parent fd9df0b commit d1ea5d7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/compliance/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Compliance checks
2+
3+
This folder contains a python script to ensure compliance with very basic naming conventions.
4+
5+
You can either run the script over all folders likes this:
6+
````
7+
python scan_tf.py
8+
````
9+
10+
Or you can check a specific folder like this (fully qualified path needed):
11+
````
12+
python scan_tf.py /workspaces/btp-terraform-samples/released/discovery_center/mission_3680
13+
````
14+
15+
As a result the script will tell you if there are some deviations from the naming conventions.

0 commit comments

Comments
 (0)