Skip to content
Merged

test #1007

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/replay-datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: Replay Changed Datasets to Splunk

on:
push:
branches: [ main, master ]
paths:
- 'datasets/**'
pull_request:
branches: [ main, master ]
branches: [ master ]
paths:
- 'datasets/**'
workflow_dispatch:
Expand All @@ -26,6 +22,9 @@ jobs:
with:
fetch-depth: 0 # Fetch full history for file change detection

- name: Pull Git LFS files
run: git lfs pull

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ datasets:
- name: lsa_reg_deletion_modification.log
path: /datasets/attack_techniques/T1556/disable_lsa_protection_new/lsa_reg_deletion_modification.log
sourcetype: 'XmlWinEventLog'
source: 'XmlWinEventLog:Microsoft-Windows-Sysmon/Operational'
source: 'XmlWinEventLog:Microsoft-Windows-Sysmon/Operational'

Loading