File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33## NOT RELEASED
44
5+ ### Changed
6+
7+ - AWS enhancement: Documentation updates.
8+
59## 2.11.0
610
711### Added
Original file line number Diff line number Diff line change @@ -158,9 +158,11 @@ final class StartBuildInput extends Input
158158 * > Since this property allows you to change the build commands that will run in the container, you should note that an
159159 * > IAM principal with the ability to call this API and set this parameter can override the default settings. Moreover,
160160 * > we encourage that you use a trustworthy buildspec location like a file in your source repository or a Amazon S3
161- * > bucket.
161+ * > bucket. Alternatively, you can restrict overrides to the buildspec by using a condition key: Prevent unauthorized
162+ * > modifications to project buildspec [^2].
162163 *
163164 * [^1]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-name-storage
165+ * [^2]: https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html#action-context-keys-example-overridebuildspec.html
164166 *
165167 * @var string|null
166168 */
You can’t perform that action at this time.
0 commit comments