Skip to content

Commit 849a537

Browse files
author
Patrick Bareiss
committed
test
1 parent df72650 commit 849a537

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/replay-datasets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
fetch-depth: 0 # Fetch full history for file change detection
2828

29+
- name: Pull Git LFS files
30+
run: git lfs pull
31+
2932
- name: Set up Python
3033
uses: actions/setup-python@v4
3134
with:

datasets/attack_techniques/T1556/disable_lsa_protection_new/disable_lsa_protection_new.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ datasets:
1010
- name: lsa_reg_deletion_modification.log
1111
path: /datasets/attack_techniques/T1556/disable_lsa_protection_new/lsa_reg_deletion_modification.log
1212
sourcetype: 'XmlWinEventLog'
13-
source: 'XmlWinEventLog:Microsoft-Windows-Sysmon/Operational'
13+
source: 'XmlWinEventLog:Microsoft-Windows-Sysmon/Operational'
14+

0 commit comments

Comments
 (0)