Skip to content

Commit

Permalink
Fix typo in base_rule actions (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsantamaria-sky committed Jun 27, 2023
1 parent 16993de commit e94fda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfripper/rules/base_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class BaseDangerousPolicyActions(ResourceSpecificRule, ABC):
|`extras` | str | `extras` variable available inside the rule |
|`logical_id` | str | ID used in Cloudformation to refer the resource being analysed |
|`policy_name` | `Optional[str]` | If available, the policy name |
|`action` | `List[str]` | List of dangerous actions contained within the policy |
|`actions` | `List[str]` | List of dangerous actions contained within the policy |
"""

REASON = "Resource {} should not include the following dangerous actions: {}"
Expand Down

0 comments on commit e94fda4

Please sign in to comment.