Skip to content

Commit 834ee24

Browse files
[:wrench:] Automated Checks Update (#280)
Updates Access Analyzer checks Co-authored-by: georgealton <1202151+georgealton@users.noreply.github.com>
1 parent a4e9613 commit 834ee24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iam_sarif_report/checks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-policy-checks.html#access-analyzer-reference-policy-checks-error-missing-quote-in-variable",
310310
"name": "MissingQuoteInVariable",
311311
"short_description": "When you add a variable to your policy, you can specify a default value for\nthe variable. If a variable is not present, AWS uses the default text that you\nprovide.",
312-
"description": "When you add a variable to your policy, you can specify a default value for\nthe variable. If a variable is not present, AWS uses the default text that you\nprovide.\n\nTo add a default value to a variable, surround the default value with single\nquotes (`' '`), and separate the variable text and the default value with a\ncomma and space (`, `).\n\nFor example, if a principal is tagged with `team=yellow`, they can access the\n`DOC-EXAMPLE-BUCKET` Amazon S3 bucket with the name `DOC-EXAMPLE-BUCKET-\nyellow`. A policy with this resource might allow team members to access their\nown resources, but not those of other teams. For users without team tags, you\nmight set a default value of `company-wide`. These users can access only the\n`DOC-EXAMPLE-BUCKET-company-wide` bucket where they can view broad\ninformation, such as instructions for joining a team.\n\n \n \n \"Resource\":\"arn:aws:s3:::DOC-EXAMPLE-BUCKET-${aws:PrincipalTag/team, 'company-wide'}\"\n\n**Related terms**\n\n * [IAM policy elements: Variables](./reference_policies_variables.html)"
312+
"description": "When you add a variable to your policy, you can specify a default value for\nthe variable. If a variable is not present, AWS uses the default text that you\nprovide.\n\nTo add a default value to a variable, surround the default value with single\nquotes (`' '`), and separate the variable text and the default value with a\ncomma and space (`, `).\n\nFor example, if a principal is tagged with `team=yellow`, they can access the\n`amzn-s3-demo-bucket` Amazon S3 bucket with the name `amzn-s3-demo-bucket-\nyellow`. A policy with this resource might allow team members to access their\nown resources, but not those of other teams. For users without team tags, you\nmight set a default value of `company-wide`. These users can access only the\n`amzn-s3-demo-bucket-company-wide` bucket where they can view broad\ninformation, such as instructions for joining a team.\n\n \n \n \"Resource\":\"arn:aws:s3:::amzn-s3-demo-bucket-${aws:PrincipalTag/team, 'company-wide'}\"\n\n**Related terms**\n\n * [IAM policy elements: Variables](./reference_policies_variables.html)"
313313
},
314314
"error_unsupported_space_in_variable": {
315315
"url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-policy-checks.html#access-analyzer-reference-policy-checks-error-unsupported-space-in-variable",

0 commit comments

Comments
 (0)