Skip to content

Commit

Permalink
listFindingV2 added
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhtarAmir authored and AkhtarAmir committed Jan 26, 2025
1 parent a2139e2 commit 2dc58ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/aws/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@ var postcalls = [
reliesOnCall: 'listFunctions',
filterKey: 'FunctionName',
filterValue: 'FunctionName',
rateLimit: 100, // it's not documented but experimentially 10/second works.
rateLimit: 100, // it's not documented but experimental 10/second works.
},
getFunction: {
reliesOnService: 'lambda',
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure/advisor/checkAdvisorRecommendations.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
severity: 'Medium',
description: 'Ensure that all Microsoft Azure Advisor recommendations found are implemented to optimize your cloud deployments, increase security, and reduce costs.',
more_info: 'Advisor service analyzes your Azure cloud configurations and resource usage telemetry to provide personalized and actionable recommendations that can help you optimize your cloud resources for security, reliability and high availability, operational excellence, performance efficiency, and cost.',
recommended_action: 'Implement all Microsoft Azurer Adivsor recommendations.',
recommended_action: 'Implement all Microsoft Azurer Advisor recommendations.',
link: 'https://learn.microsoft.com/en-us/azure/advisor/advisor-get-started',
apis: ['advisor:recommendationsList'],

Expand Down

0 comments on commit 2dc58ec

Please sign in to comment.