Skip to content

Commit 0d653ab

Browse files
committed
fix(ci): Only consider modified rules
1 parent 3b0948b commit 0d653ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
- name: Check version increment
251251
if: steps.changed-rules.outputs.any_changed == 'true'
252252
env:
253-
CHANGED_RULES: ${{ steps.changed-rules.outputs.all_changed_files }}
253+
CHANGED_RULES: ${{ steps.changed-rules.outputs.modified_files }}
254254
shell: bash
255255
run: |
256256
choco install yq -y

rules/defense_evasion_dll_loaded_via_apc_queue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ references:
1818
condition: >
1919
load_dll and image.name iin
2020
(
21-
'winhttp.dll', 'clr.dll', 'bcrypt.dll', 'bcryptprimitives.dll',
21+
'winhttp.dll', 'clr.dll' , 'bcrypt.dll', 'bcryptprimitives.dll',
2222
'wininet.dll', 'taskschd.dll', 'dnsapi.dll', 'coreclr.dll', 'ws2_32.dll',
2323
'wmiutils.dll', 'vaultcli.dll', 'System.Management.Automation.dll', 'psapi.dll',
2424
'mstscax.dll', 'dsquery.dll', 'mstask.dll', 'bitsproxy.dll'

0 commit comments

Comments
 (0)