mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
20 lines
329 B
YAML
20 lines
329 B
YAML
Detections:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- detections/**
|
|
|
|
Stories:
|
|
- changed-files:
|
|
- any-glob-to-any-file: stories/*
|
|
|
|
Playbooks:
|
|
- changed-files:
|
|
- any-glob-to-any-file: playbooks/*
|
|
|
|
Macros:
|
|
- changed-files:
|
|
- any-glob-to-any-file: macros/*
|
|
|
|
Lookups:
|
|
- changed-files:
|
|
- any-glob-to-any-file: lookups/* |