Sysdig · Arazzo Workflow
Sysdig Author Falco Rule and Attach to Policy
Version 1.0.0
Create a custom Falco rule, then create a policy that references it.
View Spec
View on GitHub
Cloud SecurityContainersKubernetesRuntime SecuritySecurityVulnerability ManagementMonitoringObservabilityCSPMComplianceArazzoWorkflows
Provider
Workflows
author-falco-rule-and-attach-policy
Create a Falco rule and wire it into an enforcing policy.
Creates a custom Falco rule, reads it back to confirm it persisted, and then creates a falco-type policy that references the rule by name.
1
createRule
createFalcoRule
Create the custom Falco rule from the supplied condition.
2
verifyRule
getFalcoRule
Read the rule back by id to confirm it persisted.
3
createPolicy
createPolicy
Create a falco-type policy that references the new rule by name.