Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud committed Apr 22, 2020
1 parent b10622b commit a106361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecr/test/integ.imagescan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const stack = new cdk.Stack(app, 'aws-ecr-integ-stack');

const repo = new ecr.Repository(stack, 'Repo', {
imageScanOnPush: true,
removalPolicy: cdk.RemovalPolicy.DESTROY
removalPolicy: cdk.RemovalPolicy.DESTROY,
});

repo.onImageScanCompleted('ImageScanComplete');
Expand Down

0 comments on commit a106361

Please sign in to comment.