Fix file name

This commit is contained in:
Mostafa Moradian
2023-08-02 14:21:01 +02:00
parent c975b1943a
commit df5c1402ec
+1 -1
View File
@@ -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")