A repository containing Minder rules and profiles recommended by your friends at Stacklok
Reference rule types are available in the rule-types
directory. To take these rule types
into use, you'll need to instantiate them in a Minder instance. For example, to use the
reference rules recommended for GitHub, use the following command:
minder ruletype create -f rule-types/github
Reference profiles are available in the profiles
directory. To take a profile
into use, you'll need to instantiate it in a Minder instance. For example, to use the
reference profile recommended for GitHub, use the following command:
minder profile create -f profiles/github/profile.yaml