Skip to content

Commit

Permalink
Update Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdSt…
Browse files Browse the repository at this point in the history
…rikeFalcon.py

Co-authored-by: Yuval Cohen <[email protected]>
  • Loading branch information
zeekforit and yucohen authored Jan 10, 2024
1 parent 092d45c commit ce272d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6566,7 +6566,7 @@ def get_ioarules_command(args: dict) -> CommandResults:
t=ioarules,
headers=['instance_id', 'description',
'enabled', 'name', 'pattern_id'],
headerTransform=table_headers_transformer,
headerTransform=string_to_table_header,
removeNull=True,
sort_headers=False,
),
Expand Down

0 comments on commit ce272d3

Please sign in to comment.