diff --git a/internal/model/job.go b/internal/model/job.go index 2ab5da1..8da1c90 100644 --- a/internal/model/job.go +++ b/internal/model/job.go @@ -83,6 +83,7 @@ type Allowed struct { type Group struct { GroupName string `json:"name,omitempty" yaml:"name,omitempty"` + AppliesTo *string `json:"applies-to,omitempty" yaml:"applies-to,omitempty"` Rules map[string]any `json:"rules,omitempty" yaml:"rules,omitempty"` }