add more paths for panther-analysis detections

pull/2680/head
Panos Sakkos 6 months ago
parent 4a06449503
commit 8d8cc1bb38

@ -82,7 +82,11 @@ lspconfig.yamlls.setup {
yaml = {
schemas = {
["https://panther-community-us-east-1.s3.amazonaws.com/latest/logschema/schema.json"] = "internal/log_analysis/yamlschemas/schemas/**",
["https://raw.githubusercontent.com/panther-labs/panther_analysis_tool/main/panther_analysis_tool/detection_schemas/analysis_config_schema.json"] = "rules/**",
["https://raw.githubusercontent.com/panther-labs/panther_analysis_tool/main/panther_analysis_tool/detection_schemas/analysis_config_schema.json"] = {
"rules/**",
"policies/**",
"queries/**",
},
},
},
},

Loading…
Cancel
Save