Skip to content

Commit

Permalink
Remove detection_rules/ prefix (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-dunn-sublime authored Sep 26, 2023
1 parent 83b7a4a commit ccb9bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
# If multiple PRs modify the same file, only one can be tested. This is solveable, but not something we see often.
for file in $files_changed; do
# Skip any LA rules. We'll ignore these downstream anyway, but best to keep the branch clean.
la_count=$(grep -c 'beta.linkanalysis' detection-rules/$file || true)
la_count=$(grep -c 'beta.linkanalysis' $file || true)
if [[ "$la_count" != '0' ]]; then
continue
fi
Expand Down

0 comments on commit ccb9bfa

Please sign in to comment.