Skip to content

Commit 3e99b85

Browse files
authored
Merge pull request #1007 from splunk/test_data_upload
test
2 parents df72650 + 8399dd6 commit 3e99b85

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/replay-datasets.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: Replay Changed Datasets to Splunk
22

33
on:
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:
@@ -26,6 +22,9 @@ jobs:
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:

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)