A. 対応として: rebase 作業時に --gpg-sign オプションを付与する(eg. git rebase -i --gpg-sign=example@example.com HEAD~999)
あるいは git commit --amend -S でもいい
rebase 作業をしたコミットに [Verified] が付いてない例:

A. 対応として: rebase 作業時に --gpg-sign オプションを付与する(eg. git rebase -i --gpg-sign=example@example.com HEAD~999)
あるいは git commit --amend -S でもいい
rebase 作業をしたコミットに [Verified] が付いてない例:
