From df5c1402ec6c879da166c2be3121f8f106032256 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Wed, 2 Aug 2023 14:21:01 +0200 Subject: [PATCH] Fix file name --- validate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate.sh b/validate.sh index cf4d3695f..596ffaf13 100755 --- a/validate.sh +++ b/validate.sh @@ -10,5 +10,5 @@ then fi # Validate all the Sigma rules in the current directory -echo "Validating Sigma rules against schema.json" +echo "Validating Sigma rules against sigma-schema.json" check-jsonschema --schemafile sigma-schema.json $(find ./rules ./rules-compliance ./rules-dfir ./rules-emerging-threats ./rules-placeholder ./rules-threat-hunting -type f -name "*.yml")