Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 757 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 757 Bytes

Minder Rules and Profiles

A repository containing Minder rules and profiles recommended by your friends at Stacklok

Rules types

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

Profiles

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