Move etc under detection_rules (#1885)
* Move etc directory under detection_rules * Prepend original `etc` path with `detection_rules` * Update docstrings in util and CODEOWNERS * Add resiliency to tags to account for the old directory structure * Bug fix: remove unused param caused by commit6ed1a39efeCo-authored-by: Justin Ibarra <brokensound77@users.noreply.github.com> Removed changes from: - etc/packages.yml (selectively cherry picked from commit6219fc06b9)
This commit is contained in:
committed by
github-actions[bot]
parent
6a6d49a362
commit
cc8af968e3
@@ -49,8 +49,8 @@ jobs:
|
||||
env:
|
||||
BRANCHES: "${{github.event.inputs.branches}}"
|
||||
run: |
|
||||
./etc/lock-multiple.sh $BRANCHES
|
||||
git add etc/version.lock.json
|
||||
./detection_rules/etc/lock-multiple.sh $BRANCHES
|
||||
git add detection_rules/etc/version.lock.json
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
|
||||
Reference in New Issue
Block a user