mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Merge branch 'main' into rolie-categories
This commit is contained in:
commit
dc8c89c886
8 changed files with 57 additions and 28 deletions
|
|
@ -58,6 +58,8 @@ type config struct {
|
|||
RemoteValidator *csaf.RemoteValidatorOptions `toml:"remote_validator"`
|
||||
Categories *[]string `toml:"categories"`
|
||||
ServiceDocument bool `toml:"create_service_document"`
|
||||
WriteIndices bool `toml:"write_indices"`
|
||||
WriteSecurity bool `toml:"write_security"`
|
||||
}
|
||||
|
||||
func (pmdc *providerMetadataConfig) apply(pmd *csaf.ProviderMetadata) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue