Skip to content

dummy commit for parser validation

d60fd59
Select commit
Loading
Failed to load commit list.
Open

Squash merge temp into temp-parser #658

dummy commit for parser validation
d60fd59
Select commit
Loading
Failed to load commit list.
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.