Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadev4 committed Jun 19, 2024
1 parent 86851fe commit b9f88be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/google/cloudfunctions/cloudFunctionOldRuntime.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ module.exports = {
category: 'Cloud Functions',
domain: 'Compute',
severity: 'Medium',
description: 'Ensure Cloud Functions are not using deprecated runtime versions',
description: 'Ensure Cloud Functions are not using deprecated runtime versions.',
more_info: 'Cloud Functions runtimes should be kept current with recent versions of the underlying codebase. It is recommended to update to the latest supported versions to avoid potential security risks and ensure compatibility.',
link: 'https://cloud.google.com/functions/docs/concepts/execution-environment',
recommended_action: 'Modify Cloud Functions to latest versions',
recommended_action: 'Modify Cloud Functions to use latest versions.',
apis: ['functions:list'],
settings: {
function_runtime_fail: {
Expand Down

0 comments on commit b9f88be

Please sign in to comment.