-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
antimalware extension installed #1848
base: master
Are you sure you want to change the base?
antimalware extension installed #1848
Conversation
exports.js
Outdated
@@ -1064,6 +1064,7 @@ module.exports = { | |||
'scalesetVTPMEnabled' : require(__dirname + '/plugins/azure/virtualmachinescaleset/scalesetVTPMEnabled.js'), | |||
'scalesetSecureBootEnabled' : require(__dirname + '/plugins/azure/virtualmachinescaleset/scalesetSecureBootEnabled.js'), | |||
'vmssApprovedExtensions' : require(__dirname + '/plugins/azure/virtualmachinescaleset/vmssApprovedExtensions'), | |||
'vmssWindowsAntiMalwareExtension': require(__dirname + '/plugins/azure/virtualmachinescaleset/vmssWindowsAntiMalwareExtension'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you shorten the filename? maybe rename it to vmssWindowsAntiMalwareExt
plugins/azure/virtualmachinescaleset/vmssWindowsAntiMalwareExtension.js
Outdated
Show resolved
Hide resolved
category: 'Virtual Machines', | ||
domain: 'Compute', | ||
description: 'Ensures that Virtual Machine Scale Set windows instances have IaaS AntiMalware extension installed.', | ||
more_info: 'The VM Scale Set Windows AntiMalware Extension provides real-time protection against viruses, spyware, and other malicious software for virtual machines running on the Windows operating system.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more_info: 'The VM Scale Set Windows AntiMalware Extension provides real-time protection against viruses, spyware, and other malicious software for virtual machines running on the Windows operating system.', | |
more_info: 'The VM Scale Set Windows AntiMalware Extension provides real-time protection against viruses, spyware, and other malicious software for virtual machine scale sets running on the Windows operating system.', |
plugins/azure/virtualmachinescaleset/vmssWindowsAntiMalwareExtension.js
Outdated
Show resolved
Hide resolved
plugins/azure/virtualmachinescaleset/vmssWindowsAntiMalwareExtension.js
Outdated
Show resolved
Hide resolved
: []; | ||
|
||
if (!scaleSetExtensions.length) { | ||
helpers.addResult(results, 2, 'No VMSS Extensions found', location); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resource id is missing
Meerab_shafique seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
No description provided.