1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Improve Texts "PGP key" -> "public OpenPGP key"

This commit is contained in:
Bernhard Reiter 2022-03-03 14:46:07 +01:00
parent bfa5e787a2
commit 1c5664d8cb
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554
2 changed files with 10 additions and 10 deletions

View file

@ -112,7 +112,7 @@ func buildReporters() []reporter {
&directoryListingsReporter{baseReporter{num: 14, description: "Directory listings"}},
&integrityReporter{baseReporter{num: 18, description: "Integrity"}},
&signaturesReporter{baseReporter{num: 19, description: "Signatures"}},
&publicPGPKeyReporter{baseReporter{num: 20, description: "Public PGP Key"}},
&publicPGPKeyReporter{baseReporter{num: 20, description: "Public OpenPGP Key"}},
}
}