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

Merge branch 'main' into checker-validator

This commit is contained in:
tschmidtb51 2023-01-27 17:58:37 +01:00 committed by GitHub
commit 0383e951a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 202 additions and 51 deletions

View file

@ -19,13 +19,15 @@ Application Options:
--validator=URL URL to validate documents remotely
--validatorcache=FILE FILE to cache remote validations
--validatorpreset= One or more presets to validate remotely (default: mandatory)
-H, --header= One or more extra HTTP header fields
Help Options:
-h, --help Show this help message
```
Usage example:
` ./csaf_checker example.com -f html --rate=5.3 -o check-results.html`
` ./csaf_checker example.com -f html --rate=5.3 -H apikey:SECRET -o check-results.html`
Each performed check has a return type of either 0,1 or 2:
```