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.
2 parents 3b209ae + 8b670fa commit e537f11Copy full SHA for e537f11
governance/third-generation/cloud-agnostic/sentinel.hcl
@@ -104,6 +104,11 @@ policy "restrict-databricks-clusters" {
104
enforcement_level = "advisory"
105
}
106
107
+policy "restrict-resources-by-module-source" {
108
+ source = "./restrict-resources-by-module-source.sentinel"
109
+ enforcement_level = "advisory"
110
+}
111
+
112
policy "validate-variables-have-descriptions" {
113
source = "./validate-variables-have-descriptions.sentinel"
114
0 commit comments