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:
parent
7bafb210cf
commit
7f62caeedc
2 changed files with 49 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue