Skip to content

Commit

Permalink
Add back experimental to W3037 (#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Aug 12, 2024
1 parent 7875073 commit 957e995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cfnlint/rules/resources/iam/Permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Permissions(CfnLintKeyword):
description = "Check for valid IAM Permissions"
source_url = "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_action.html"
tags = ["properties", "iam", "permissions"]
experimental = True

def __init__(self):
"""Init"""
Expand Down

0 comments on commit 957e995

Please sign in to comment.