1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00
This commit is contained in:
Sascha L. Teichmann 2022-04-29 08:52:39 +02:00
parent 8bf48a2de2
commit 06c995c030
3 changed files with 47 additions and 19 deletions

View file

@ -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()