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 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Changed
6
+
7
+ - AWS enhancement: Documentation updates.
8
+
5
9
## 2.11.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change @@ -158,9 +158,11 @@ final class StartBuildInput extends Input
158
158
* > Since this property allows you to change the build commands that will run in the container, you should note that an
159
159
* > IAM principal with the ability to call this API and set this parameter can override the default settings. Moreover,
160
160
* > 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].
162
163
*
163
164
* [^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
164
166
*
165
167
* @var string|null
166
168
*/
You can’t perform that action at this time.
0 commit comments