Skip to content

Commit

Permalink
cleaning spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
josehelps committed Aug 11, 2022
1 parent e77f8d0 commit c9d42cf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions scripts/enrich_with_splunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,4 @@ def write_lolbas(enriched_lolbas, LOLBAS_PATH, VERBOSE):
print("enriching lolbas")
enriched_lolbas = enrich_lolbas(detections, lolbas, VERBOSE)
print("writing enriched lolbas")
write_lolbas(enriched_lolbas, LOLBAS_PATH, VERBOSE)








write_lolbas(enriched_lolbas, LOLBAS_PATH, VERBOSE)

0 comments on commit c9d42cf

Please sign in to comment.