Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align whitespace rego/Classroom.rego
Browse files Browse the repository at this point in the history
Co-authored-by: David Bui <105074908+buidav@users.noreply.github.com>
adhilto and buidav authored Jan 15, 2024
1 parent 8e561f6 commit 7557904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rego/Classroom.rego
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ LogEvents := utils.GetEvents("classroom_logs")
# Baseline GWS.CLASSROOM.1.1v0.1
#--
NonCompliantOUs1_1 contains OU if {
some OU in utils.OUsWithEvents
some OU in utils.OUsWithEvents
Events := utils.FilterEvents(LogEvents, "ClassMembershipSettingsGroup who_can_join_classes", OU)
count(Events) > 0 # Ignore OUs without any events. We're already
# asserting that the top-level OU has at least one event; for all

0 comments on commit 7557904

Please sign in to comment.