1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec/lib
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
..
capistrano Add a :verify_commit option 2021-01-19 09:49:02 -08:00
capistrano_spec.rb Fix Style/ExtraSpacing 2016-02-28 17:56:07 -06:00