Squash merge temp into temp-parser #658
Open
Google SecOps Bot / Validate Parsers
failed
Apr 22, 2026 in 1s
Validate Parsers Result
Parser Unit Test Results
Summary of tests run on parser configurations and test data.
Parser: community/DUMMY_LOGTYPE
metadata.json file is invalid:
- invalid metadata.json file
It should contain at least 'product' and 'vendor' fields, and no other fields than 'log_type', 'product', 'vendor', 'supported_format', 'category', 'description', 'references', 'verified' are allowed. If 'log_type' is provided, it must be a valid LogType enum value. A valid structure looks like:
{
"log_type": "...",
"product": "...",
"vendor": "...",
"supported_format": "...",
"category": "...",
"description": "...",
"references": "..."
}Overall Status: Failures detected. Please review the details above.
Loading