Skip to content

Commit

Permalink
Updated python script
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Sep 9, 2024
1 parent fad8607 commit 53c1529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rl-wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def process_and_export_violations(report_metadata, malware_violation_rule_ids, a

file_name = 'violations.txt'
file_path = os.path.join(base_dir, file_name)
print(f'Saving violations to {file_path}', file=sys.stderr)
print('------------------RL Wrapper Scanner Save Violations------------------', file=sys.stderr)
with open(file_path, 'w') as file:
file.write('## 🚨 RL Wrapper Scanner Results: Malware Detected\n\n')
Expand Down

0 comments on commit 53c1529

Please sign in to comment.