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 ca954de commit 4c50bb4
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6591,10 +6591,8 @@ def table_headers_transformer(header: str) -> str:
readable_output=tableToMarkdown(
name='CrowdStrike IOA Rules',
t=ioarules,
headers=['instance_id', 'customer_id', 'action_label', 'comment', 'committed_on', 'created_by', 'created_on',
'deleted', 'description', 'disposition_id', 'enabled', 'field_values', 'instance_version', 'magic_cookie',
'modified_by', 'modified_on', 'name', 'pattern_id', 'pattern_severity',
'rulegroup_id', 'ruletype_id', 'ruletype_name', 'version_ids'],
headers=['instance_id', 'description',
'enabled', 'name', 'pattern_id'],
headerTransform=table_headers_transformer,
removeNull=True,
sort_headers=False,
Expand Down

0 comments on commit 4c50bb4

Please sign in to comment.