1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Add csaf_validator

This commit is contained in:
Sascha L. Teichmann 2023-01-29 19:31:36 +01:00
parent acb3d96c70
commit adf98736cc
3 changed files with 151 additions and 0 deletions

18
docs/csaf_validator.md Normal file
View 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
```