How to require signed commits in CodeCommit?

1

I'm interested in implementing an added layer of security for a repo using signed commits. I want to require all commits to be signed, but I do not see a way to do this in AWS/CodeCommit. Can it be done? If so, how?

1回答
0

Solution: As of now, there is no way to create a signed commit as shown in the document showing how to create a commit. However, you can use a Git tag to leave a signature on a certain commit and to identify commits easily. https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-create-commit.html https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-create-tag.html

Isaac_P
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ