mirror of
https://github.com/falcosecurity/falco.git
synced 2026-04-04 11:02:16 +00:00
! Make sure we add the Sysdig repo and call an update before trying to install Falco ! Remove the require in the service class to fix a dependencies loop * Bump the version to 0.4.0 falco-CLA-1.0-contributing-entity: Coveo Solutions Inc. falco-CLA-1.0-signed-off-by: Jean-Philippe Lachance <jplachance@coveo.com>
34 lines
871 B
JSON
34 lines
871 B
JSON
{
|
|
"name": "sysdig-falco",
|
|
"version": "0.4.0",
|
|
"author": "sysdig",
|
|
"summary": "Sysdig Falco: Behavioral Activity Monitoring With Container Support",
|
|
"license": "Apache-2.0",
|
|
"source": "https://github.com/falcosecurity/falco",
|
|
"project_page": "https://github.com/falcosecurity/falco",
|
|
"issues_url": "https://github.com/falcosecurity/falco/issues",
|
|
"requirements": [
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">= 4.7.0 < 6.0.0"
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs-apt",
|
|
"version_requirement": ">= 4.5.1 < 4.6.0"
|
|
},
|
|
{
|
|
"name": "stahnma/epel",
|
|
"version_requirement": ">= 1.3.1 < 1.4.0"
|
|
},
|
|
{
|
|
"name": "puppet-logrotate",
|
|
"version_requirement": ">= 3.1.0 < 3.2.0"
|
|
},
|
|
{
|
|
"name": "puppetlabs/stdlib",
|
|
"version_requirement": ">= 4.25.1 < 5.0.0"
|
|
}
|
|
]
|
|
} |