From c49380dfb0f558212f5ff8d8942cc34a1ea431c0 Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Sat, 22 Feb 2025 19:46:29 +0100 Subject: [PATCH] add ET --- .github/workflows/sigma-mitre.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sigma-mitre.yml b/.github/workflows/sigma-mitre.yml index f31fd85d847..af64a67bcd2 100644 --- a/.github/workflows/sigma-mitre.yml +++ b/.github/workflows/sigma-mitre.yml @@ -29,5 +29,7 @@ jobs: pip install pySigma-validators-sigmahq==0.7.0 - name: Test Sigma Rule Syntax run: | - sigma analyze attack count ./other/rules.json rules + sigma analyze attack count ./other/rules.json rules + sigma analyze attack count ./other/rules-emerging-threats.json rules-emerging-threats +