We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9df0b commit d1ea5d7Copy full SHA for d1ea5d7
tests/compliance/README.md
@@ -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