Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/armosec/opa-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 7, 2021
2 parents 8d326d1 + c39c52b commit 5a1b1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporthandling/datastructures.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type PostureReport struct {
JobID string `json:"jobID"`
ReportGenerationTime time.Time `json:"generationTime"`
FrameworkReports []FrameworkReport `json:"frameworks"`
RBACObjects rbacutils.RbacObjects `json:"rbacObjects"`
RBACObjects rbacutils.RbacObjects `json:"rbacObjects"` // all rbac objects in cluster - roles, clusterroles, rolebindings, clusterrolebindings
}

// RuleMatchObjects defines which objects this rule applied on
Expand Down

0 comments on commit 5a1b1e0

Please sign in to comment.