mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-23 00:32:55 +01:00
18 lines
551 B
Markdown
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
|
|
```
|