mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
For issue #83
This commit is contained in:
parent
8bf48a2de2
commit
06c995c030
3 changed files with 47 additions and 19 deletions
|
|
@ -185,7 +185,7 @@ func createProviderMetadata(c *config, wellknownCSAF string) error {
|
|||
return err
|
||||
}
|
||||
pm := csaf.NewProviderMetadataDomain(c.CanonicalURLPrefix, c.modelTLPs())
|
||||
pm.Publisher = c.Publisher
|
||||
c.ProviderMetaData.apply(pm)
|
||||
|
||||
// Set OpenPGP key.
|
||||
key, err := c.loadCryptoKey()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue