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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠