Skip to content

Commit

Permalink
fix(secretsmanager_automatic_rotation_enabled): Improve description f…
Browse files Browse the repository at this point in the history
…or Secrets Manager secret rotation (#2156)
  • Loading branch information
visit1985 authored and jfagoagas committed Apr 5, 2023
1 parent 441fffb commit 0eeb919
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"Provider": "aws",
"CheckID": "secretsmanager_automatic_rotation_enabled",
"CheckTitle": "Check if Secrets Manager key rotation is enabled.",
"CheckTitle": "Check if Secrets Manager secret rotation is enabled.",
"CheckType": [],
"ServiceName": "secretsmanager",
"SubServiceName": "",
"ResourceIdTemplate": "arn:aws:secretsmanager:region:account-id:secret:secret-name",
"Severity": "medium",
"ResourceType": "AwsSecretsManagerSecret",
"Description": "Check if Secrets Manager key rotation is enabled.",
"Risk": "Rotating secrets minimizes exposure to attacks using stolen keys.",
"Description": "Check if Secrets Manager secret rotation is enabled.",
"Risk": "Rotating secrets minimizes exposure to attacks using stolen secrets.",
"RelatedUrl": "https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets_strategies.html",
"Remediation": {
"Code": {
Expand Down

0 comments on commit 0eeb919

Please sign in to comment.