salt.modules.travisci
Commands for working with travisci.
- depends
 - 
pyOpenSSL >= 16.0.0
 
- 
Verify the webhook signature from travisci
- signature
 - 
The signature header from the webhook header
 - body
 - 
The full payload body from the webhook post
 
Note
The body needs to be the urlencoded version of the body.
CLI Example:
salt '*' travisci.verify_webhook 'M6NucCX5722bxisQs7e...' 'payload=%7B%22id%22%3A183791261%2C%22repository...'
 
salt.modules.travisci.verify_webhook(signature, body)
    © 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
    https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.travisci.html