File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,14 @@ batch:
194
194
buildspec : codebuild/py311/decrypt_net_401_vectors_keyrings.yml
195
195
env :
196
196
image : aws/codebuild/standard:7.0
197
+ - identifier : py311_encrypt_masterkey
198
+ buildspec : codebuild/py311/encrypt_masterkey.yml
199
+ env :
200
+ image : aws/codebuild/standard:5.0
201
+ - identifier : py311_encrypt_keyrings
202
+ buildspec : codebuild/py311/encrypt_keyrings.yml
203
+ env :
204
+ image : aws/codebuild/standard:5.0
197
205
- identifier : py311_generate_decrypt_vectors_masterkey
198
206
buildspec : codebuild/py311/generate_decrypt_vectors_masterkey.yml
199
207
env :
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ phases:
22
22
- cd test_vector_handlers
23
23
- |
24
24
tox -- \
25
- --input test/aws-crypto-tools-test-vector-framework/features/CANONICAL-GENERATED-MANIFESTS/0003-awses-message-encryption.v2.json \
25
+ --input test/aws-crypto-tools-test-vector-framework/features/CANONICAL-GENERATED-MANIFESTS/0003-awses-message-encryption.v2.json
You can’t perform that action at this time.
0 commit comments