Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/mql-auto-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: pip install -q requests pyyaml

- name: Format rules
run: python .github/scripts/mql_format.py detection-rules/*.yml insights/**/*.yml
run: python .github/scripts/mql_format.py detection-rules/*.yml dlp-discovery-rules/*.yml insights/**/*.yml

- name: Open PR if rules changed
uses: peter-evans/create-pull-request@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rule-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
if: github.event_name != 'issue_comment'
run: |
pip install -q requests pyyaml
python sublime-rules-main/.github/scripts/mql_format.py detection-rules/*.yml insights/**/*.yml
python sublime-rules-main/.github/scripts/mql_format.py detection-rules/*.yml dlp-discovery-rules/*.yml insights/**/*.yml

# Delete path to prevent interference with later steps (such as git add and commit)
rm -r sublime-rules-main
Expand Down
Loading