Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
Justin committed Feb 2, 2024
1 parent 475b963 commit 98dc0cf
Showing 2 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -206,15 +206,6 @@ def update_emergency_contacts(shield_client: ShieldClient, params: dict, is_dele
shield_client.update_emergency_contact_settings(EmergencyContactList=emergency_contacts)


def check_if_key_in_object(key: str, obj: dict, var_type: str) -> None:
"""Check if key in object and add the key if not.
Args:
obj: Object
key: Key
"""


def check_if_key_in_object(key: str, obj: dict, var_type: str) -> None:
"""Checks if key in object.
Original file line number Diff line number Diff line change
@@ -63,6 +63,10 @@ Resources:
rConfigurationRole:
Type: AWS::IAM::Role
Metadata:
checkov:
skip:
- id: 'CKV_AWS_109'
comment: 'Can not enforce individual buckets in the policy'
cfn_nag:
rules_to_suppress:
- id: W11

0 comments on commit 98dc0cf

Please sign in to comment.