We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0490e31 commit 05dcf47Copy full SHA for 05dcf47
‎tests/validate-sigma-schema/validate.py‎
@@ -41,7 +41,7 @@ def get_envs() -> Dict[str, Any]:
41
sigma_schema_file = os.environ.get("SIGMA_SCHEMA_FILE")
42
sigma_schema_url = os.environ.get(
43
"SIGMA_SCHEMA_URL",
44
- "https://raw.githubusercontent.com/SigmaHQ/sigma-specification/main/sigma-schema.json",
+ "https://raw.githubusercontent.com/SigmaHQ/sigma-specification/refs/heads/main/json-schema/sigma-detection-rule-schema.json",
45
)
46
47
return {
0 commit comments