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

create service.json document in provider.

This commit is contained in:
Sascha L. Teichmann 2022-06-30 16:24:39 +02:00
parent 7bafb210cf
commit 7f62caeedc
2 changed files with 49 additions and 0 deletions

View file

@ -57,6 +57,7 @@ type config struct {
Issuer *string `toml:"issuer"`
RemoteValidator *csaf.RemoteValidatorOptions `toml:"remote_validator"`
Categories *[]string `toml:"categories"`
ServiceDocument bool `toml:"create_service_document"`
}
func (pmdc *providerMetadataConfig) apply(pmd *csaf.ProviderMetadata) {