diff --git a/scripts/patches/guardduty.py b/scripts/patches/guardduty.py new file mode 100644 index 000000000..78d114144 --- /dev/null +++ b/scripts/patches/guardduty.py @@ -0,0 +1,7 @@ +patches = [ + { + "op": "replace", + "path": "/ResourceTypes/AWS::GuardDuty::Filter/Properties/Tags/ItemType", + "value": "Tags", + }, +]