Skip to content

Commit

Permalink
add new module (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutt0 authored Oct 16, 2024
1 parent e233e42 commit 10d237e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions setup/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,35 @@
}
]
},
{
"ModuleName": "Check-DocumentExistsInStorage",
"Control": "Guardrails11",
"ModuleType": "Builtin",
"Status": "Enabled",
"Required": "True",
"Profiles": [2, 3, 4, 5, 6],
"Script": "Check-DocumentExistsInStorage -StorageAccountName $vars.storageaccountname -ContainerName $vars.containerName -ResourceGroupName $ResourceGroupName -SubscriptionID $SubID -DocumentName $vars.DocumentName -ControlName $msgTable.CtrName11 -ItemName $msgTable.monitoringChecklist -MsgTable $msgTable -ReportTime $ReportTime -itsgcode $vars.itsgcode -CloudUsageProfiles $cloudUsageProfilesString -ModuleProfiles $ModuleProfilesString",
"variables": [
{
"Name": "storageAccountName",
"Value": "StorageAccountName"
},
{
"Name": "containerName",
"Value": "ContainerName"
}
],
"localVariables": [
{
"Name": "DocumentName",
"Value": "MonitoringUseCases"
},
{
"Name": "itsgcode",
"Value": "AU2"
}
]
},
{
"ModuleName": "Check-PrivateMarketPlaceCreation",
"Control": "Guardrails12",
Expand Down
2 changes: 2 additions & 0 deletions src/GuardRails-Localization/GR-ComplianceChecks-Msgs.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ setDfCToStandard = Please set Defender for Cloud plans to Standard. ({0})
passwordNotificationsConfigured = Notifications Enabled
severityNotificationToEmailConfigured = Severity Notifications to a Primary Email
monitoringChecklist = Monitoring Checklist: Use Cases
# GuardRail #12
mktPlaceCreation = MarketPlaceCreation
mktPlaceCreatedEnabled = The Private Marketplace has been created and enabled.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ setDfCToStandard = Veuillez définir les forfaits Defender pour le cloud sur Sta
passwordNotificationsConfigured = Notifications activées
severityNotificationToEmailConfigured = Notifications de sévérité à un e-mail principal
monitoringChecklist = Liste de contrôle de surveillance: cas d'utilisation
# GuardRail #12
mktPlaceCreation = Création Place de marché
mktPlaceCreatedEnabled = Le marché privé a été créé et activé.
Expand Down

0 comments on commit 10d237e

Please sign in to comment.