Skip to content

Commit

Permalink
Update CrowdStrikeFalcon.py - fixed flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekforit authored Jan 10, 2024
1 parent 1bcbde9 commit 5140ae7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6555,17 +6555,14 @@ def get_ioarules_command(args: dict) -> CommandResults:

ioarules = ioarules_response_data.get('resources', [])



return CommandResults(
outputs_prefix='CrowdStrike.IOARules',
outputs_key_field='instance_id',
outputs=ioarules,
readable_output=tableToMarkdown(
name='CrowdStrike IOA Rules',
t=ioarules,
headers=['instance_id', 'description',
'enabled', 'name', 'pattern_id'],
headers=['instance_id', 'description', 'enabled', 'name', 'pattern_id'],
headerTransform=string_to_table_header,
removeNull=True,
sort_headers=False,
Expand Down

0 comments on commit 5140ae7

Please sign in to comment.