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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南