mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-05 07:38:22 +00:00
The `git verify-commit` output might have additional fields like
`issuer`. This change will make the parser skip the additional fields
instead of returning an error.
gpg: Signature made Mon Aug 26 20:59:48 2019 CEST
gpg: using RSA key 4AEE18F83AFDEB23
gpg: issuer "j.doe@example.com"
gpg: Can't check signature: No public key
This change is designed so it is easy to specify additional fields that
need to get skipped, by adjusting the regex.
Signed-off-by: Sven Walter <s.walter@rebuy.com>
|
||
|---|---|---|
| .. | ||
| bad_signature_bad.txt | ||
| bad_signature_badkeyid.txt | ||
| bad_signature_malformed1.txt | ||
| bad_signature_malformed2.txt | ||
| bad_signature_malformed3.txt | ||
| bad_signature_manipulated.txt | ||
| bad_signature_nodata.txt | ||
| bad_signature_preeof1.txt | ||
| bad_signature_preeof2.txt | ||
| garbage.asc | ||
| github.asc | ||
| good_signature.txt | ||
| janedoe.asc | ||
| johndoe.asc | ||
| multi.asc | ||
| multi2.asc | ||
| unknown_signature1.txt | ||
| unknown_signature2.txt | ||