Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl authored Feb 19, 2024
1 parent ceccf30 commit 7e7c5f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
name: sysmon-logs

- name: Convert Sysmon Logs to WINLOGBEAT Format
run: python convert.py
run: |
cat sysmon_logs.txt
python convert.py
- name: Install jq
run: |
Expand Down

0 comments on commit 7e7c5f6

Please sign in to comment.