Install and configure appcanary
Installable on Ubuntu, Debian, RHEL / CentOS.
Reports vulnerabilities for Ubuntu servers and Ruby applications.
Key | Type | Description | Default |
---|---|---|---|
['appcanary']['agent']['api_key'] |
String | API Key (https://appcanary.com/settings) | nil |
['appcanary']['agent']['paths'] |
Array | Paths to Gemfiles | nil |
Include appcanary
in your node's run_list
:
{
"run_list": [
"recipe[appcanary::default]"
]
}
Author: Michael MacLeod (mikemacleod@gmail.com)
With thanks to Justin Alan Ryan and Joe Damato, who contributed earlier versions.