Skip to content

Commit 1a256b2

Browse files
committed
fix: switched TAG019 to Warning (temp)
1 parent 4644735 commit 1a256b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpdk/guard_rail/rule_library/tags/schema-linter-core-tagging-rules.guard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ rule ensure_property_tags_exists_v2 when tagging exists {
137137
tagging.tagProperty != /.*\*.*/
138138
<<
139139
{
140-
"result": "NON_COMPLIANT",
140+
"result": "WARNING",
141141
"check_id": "TAG019",
142142
"message": "`tagProperty` MUST NOT contain wildcards (*) in the path"
143143
}

0 commit comments

Comments
 (0)