mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add csaf_validator
This commit is contained in:
parent
acb3d96c70
commit
adf98736cc
3 changed files with 151 additions and 0 deletions
18
docs/csaf_validator.md
Normal file
18
docs/csaf_validator.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
## 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue