Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhtarAmir authored and AkhtarAmir committed Sep 18, 2024
1 parent 3789170 commit 1aa337c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ module.exports = {
'containerAppHasTags' : require(__dirname + '/plugins/azure/containerapps/containerAppHasTags.js'),


'mlRegistryPublicAccess' : require(__dirname + '/plugins/azure/machinelearning/mlWorkspaceHBI.js'),
'mlWorkspaceHBI' : require(__dirname + '/plugins/azure/machinelearning/mlWorkspaceHBI.js'),
'workspacePublicAccessDisabled' : require(__dirname + '/plugins/azure/machinelearning/workspacePublicAccessDisabled.js'),
'workspaceLoggingEnabled' : require(__dirname + '/plugins/azure/machinelearning/workspaceLoggingEnabled.js'),
'mlWorkspaceHasTags' : require(__dirname + '/plugins/azure/machinelearning/mlWorkspaceHasTags.js'),
Expand Down
3 changes: 1 addition & 2 deletions plugins/azure/machinelearning/mlWorkspaceHBI.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
domain: 'Machine Learning',
severity: 'Medium',
description: 'Ensures that Machine Learning workspaces have High Business Impact (HBI) feature enabled.',
more_info: 'Enabling a high business impact workspace controls the data Microsoft collects for diagnostics and prevents sending confidential telemetry data to Microsoft, ensuring security measures, compliance, and risk management protocols are in place to protect sensitive data.',
more_info: 'Enabling the High Business Impact (HBI) feature in Machine Learning workspaces controls the data Microsoft collects for diagnostics, prevents the transmission of confidential telemetry, and enhances encryption to protect sensitive business information while ensuring compliance with security protocols.',
recommended_action: 'Ensures that High Business Impact (HBI) feature enabled for Machine Learning workspace.',
link: 'https://learn.microsoft.com/en-us/azure/machine-learning/concept-data-encryption',
apis: ['machineLearning:listWorkspaces'],
Expand All @@ -19,7 +19,6 @@ module.exports = {
const locations = helpers.locations(settings.govcloud);

async.each(locations.machineLearning, function(location, rcb) {

var machineLearningWorkspaces = helpers.addSource(cache, source,
['machineLearning', 'listWorkspaces', location]);

Expand Down

0 comments on commit 1aa337c

Please sign in to comment.