AWS codebuild documentation change
Summary
Replaced CODEBUILD_LOG_PATH environment variable reference with CODEBUILD_PROJECT_ARN and updated description
Security assessment
Change updates environment variable reference but doesn't address security vulnerabilities
Diff
diff --git a/codebuild/latest/userguide/build-env-ref-env-vars.md b/codebuild/latest/userguide/build-env-ref-env-vars.md index 566c66820..44c17af90 100644 --- a/codebuild/latest/userguide/build-env-ref-env-vars.md +++ b/codebuild/latest/userguide/build-env-ref-env-vars.md @@ -59 +59 @@ The identifier of the AWS KMS key that CodeBuild is using to encrypt the build o -CODEBUILD_LOG_PATH +CODEBUILD_PROJECT_ARN @@ -62 +62 @@ CODEBUILD_LOG_PATH -The log stream name in CloudWatch Logs for the build. +The Amazon Resource Name (ARN) of the project (for example, `arn:aws:codebuild:`region-ID`:`account-ID`:project/`project-name``).