Profile
Profiles define policy sets which should be applied to all entities in a project. Profiles are covered in the conceptual background. Profiles can optionally select which entities they are applied to, and can define parameters for the referenced rule types.
YAML Example
---
version: v1
type: profile
name: sample-profile
display_name: Sample Profile
alert: "off"
remediate: "off"
repository:
- type: github_branch_protection
def:
min_reviews: 1
- type: secret_scanning
def: {}
- type: secret_push_protection
def: {}
Fields
note
Note that the Minder CLI uses snake_case for field names, but the OpenAPI spec (shown here) uses camelCase for names like display_name, in_entity, etc.