1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-23 00:32:55 +01:00
gocsaf/docs/csaf_validator.md
Sascha L. Teichmann adf98736cc Add csaf_validator
2023-01-29 19:31:36 +01:00

18 lines
551 B
Markdown

## csaf_validator
is a tool to validate local advisories files against the JSON Schema and an optional remote validator.
### Usage
```
csaf_validator [OPTIONS] files...
Application Options:
--version Display version of the binary
--validator=URL URL to validate documents remotely
--validatorcache=FILE FILE to cache remote validations
--validatorpreset= One or more presets to validate remotely (default: mandatory)
Help Options:
-h, --help Show this help message
```