1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec
mohamed 303366f215
Add a :verify_commit option
When :verify_commit is set to true, after updating the mirror
`git verify-commit <revision>` will be run on the revision that is
about to be deployed to check if it has a valid signature. This
will allow a user to be certain that the code they are about to
deploy was signed by an authorized author, and that they are not
in danger of deploying malicious code in an attack scenario such as
https://github.blog/2012-03-04-public-key-security-vulnerability-and-mitigation/
2021-01-19 09:49:02 -08:00
..
integration Use a stub for $stdin during testing (#2033) 2019-09-04 08:39:26 -07:00
lib Add a :verify_commit option 2021-01-19 09:49:02 -08:00
support Security: randomize path of git wrapper script 2021-01-05 07:57:02 -08:00
integration_spec_helper.rb Fix Style/TrailingBlankLines 2016-02-28 17:56:07 -06:00
spec_helper.rb Silence console output in tests 2018-10-19 03:13:05 +02:00