mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-05 15:48:21 +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>
4 lines
190 B
Text
4 lines
190 B
Text
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
|