Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit cfc623a

Browse files
committed
tf 2.0.1
1 parent 9a2090e commit cfc623a

File tree

1 file changed

+6
-1
lines changed
  • infra/checkov/require-known-department-label

1 file changed

+6
-1
lines changed

infra/checkov/require-known-department-label/policy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@ definition:
2525
resource_types: "all"
2626
attribute: 'tags.mycompany.com.department'
2727
operator: "equals"
28-
value: servicedesk
28+
value: servicedesk
29+
- cond_type: "attribute"
30+
resource_types: "all"
31+
attribute: 'tags.mycompany.com.department'
32+
operator: "equals"
33+
value: sales

0 commit comments

Comments
 (0)