Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
resolves #32
  • Loading branch information
tschmidtb51 authored Jun 14, 2022
1 parent 006f088 commit d90ad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/csaf_provider/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func loadConfig() (*config, error) {
if cfg.ProviderMetaData.Publisher == nil {
cfg.ProviderMetaData.Publisher = &csaf.Publisher{
Category: func(c csaf.Category) *csaf.Category { return &c }(csaf.CSAFCategoryVendor),
Name: func(s string) *string { return &s }("ACME"),
Name: func(s string) *string { return &s }("Example Organization"),
Namespace: func(s string) *string { return &s }("https://example.com"),
}
}
Expand Down

0 comments on commit d90ad42

Please sign in to comment.