File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
datasets/attack_techniques/T1556/disable_lsa_protection_new Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,7 @@ name: Replay Changed Datasets to Splunk
22
33on :
44 push :
5- branches : [ main, master ]
6- paths :
7- - ' datasets/**'
8- pull_request :
9- branches : [ main, master ]
5+ branches : [ master ]
106 paths :
117 - ' datasets/**'
128 workflow_dispatch :
2622 with :
2723 fetch-depth : 0 # Fetch full history for file change detection
2824
25+ - name : Pull Git LFS files
26+ run : git lfs pull
27+
2928 - name : Set up Python
3029 uses : actions/setup-python@v4
3130 with :
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments