Skip to content

Commit

Permalink
Add missing tests for gws 18
Browse files Browse the repository at this point in the history
  • Loading branch information
adhilto committed Jan 30, 2024
1 parent 22832e5 commit 88a752c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions rego/Gmail.rego
Original file line number Diff line number Diff line change
Expand Up @@ -1756,4 +1756,34 @@ tests contains {
"RequirementMet": false,
"NoSuchEvent": false
}
#--

#
# Baseline GWS.GMAIL.18.2v0.1
#--
# At this time we are unable to test because settings are configured in the GWS Admin Console
# and not available within the generated logs
tests contains {
"PolicyId": "GWS.GMAIL.18.2v0.1",
"Criticality": "Should/Not-Implemented",
"ReportDetails": "Currently not able to be tested automatically; please manually check.",
"ActualValue": "",
"RequirementMet": false,
"NoSuchEvent": false
}
#--

#
# Baseline GWS.GMAIL.18.3v0.1
#--
# At this time we are unable to test because settings are configured in the GWS Admin Console
# and not available within the generated logs
tests contains {
"PolicyId": "GWS.GMAIL.18.3v0.1",
"Criticality": "Shall/Not-Implemented",
"ReportDetails": "Currently not able to be tested automatically; please manually check.",
"ActualValue": "",
"RequirementMet": false,
"NoSuchEvent": false
}
#--

0 comments on commit 88a752c

Please sign in to comment.