Skip to content

Commit 05dcf47

Browse files
committed
ci: 🤖 Fix URL for sigma_schema_url
5786
1 parent 0490e31 commit 05dcf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/validate-sigma-schema/validate.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_envs() -> Dict[str, Any]:
4141
sigma_schema_file = os.environ.get("SIGMA_SCHEMA_FILE")
4242
sigma_schema_url = os.environ.get(
4343
"SIGMA_SCHEMA_URL",
44-
"https://raw.githubusercontent.com/SigmaHQ/sigma-specification/main/sigma-schema.json",
44+
"https://raw.githubusercontent.com/SigmaHQ/sigma-specification/refs/heads/main/json-schema/sigma-detection-rule-schema.json",
4545
)
4646

4747
return {

0 commit comments

Comments
 (0)