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 commit 6ed1a39efe

Co-authored-by: Justin Ibarra <brokensound77@users.noreply.github.com>

Removed changes from:
- etc/packages.yml

(selectively cherry picked from commit 6219fc06b9)
This commit is contained in:
Mika Ayenson
2022-05-02 10:11:21 -04:00
committed by github-actions[bot]
parent 6a6d49a362
commit cc8af968e3
143 changed files with 84 additions and 68 deletions
+2 -2
View File
@@ -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