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

Replaced JSON schema library with a MIT licenensed one.

This commit is contained in:
Sascha L. Teichmann 2021-12-03 02:28:16 +01:00
parent 78f0b2db0b
commit 8c272fef2a
6 changed files with 56 additions and 36 deletions

View file

@ -27,6 +27,7 @@ type config struct {
OpenPGPURL string `toml:"openpgp_url"`
Domain string `toml:"domain"`
NoPassphrase bool `toml:"no_passphrase"`
NoValidation bool `toml:"no_validation"`
DynamicProviderMetaData bool `toml:"dynamic_provider_metadata"`
Publisher *csaf.Publisher `toml:"publisher"`
}