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

Improve usage example

This commit is contained in:
Fadi Abbud 2022-03-02 15:42:44 +01:00
parent 65e199d9e6
commit 5f6a067119

View file

@ -74,7 +74,7 @@ u=http://localhost/cgi-bin/csaf_provider.go
Provider checker is a tool for testing a CSAF trusted provider according to [Section 7 of the CSAF standard](https://docs.oasis-open.org/csaf/csaf/v2.0/csaf-v2.0.html#7-distributing-csaf-documents).
Usage example:
``` ./csaf_checker example.com -f html > check-results.html```
``` ./csaf_checker example.com -f html -o check-results.html```
## License