Rulesets are collections of rules that can be managed and deployed together. They provide a way to organize and group related rules, making it easier to manage and apply them to different sets of images or scenarios.Documentation Index
Fetch the complete documentation index at: https://docs.binarly.io/llms.txt
Use this file to discover all available pages before exploring further.
Creating a Ruleset
Rulesets are packaged and stored as OCI artifacts. To create a Ruleset, you can use the oras CLI tool.Ruleset Structure
A Ruleset can contain rules of different types, such as Yara rules, FwHunt rules, VulHunt rules, etc. Generally speaking, you can follow any structure you want and group rules in any way you want. Example:Pushing a Ruleset
Once the ruleset is ready, you can push it to the Binarly Registry using theoras CLI tool.
First, make sure you are logged in to the Binarly Registry: