Skip to content

Commit

Permalink
fix: do not deploy aws-ecr scanning when set to false (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketnt authored Oct 17, 2022
1 parent d3f4866 commit 042ffcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ locals {
organizationalRolePerAccount = var.organizational_config.organizational_role_per_account
} : {})
} : {},
local.deploy_image_scanning_with_codebuild ? {
var.deploy_image_scanning_ecr ? {
aws-ecr = merge({
codeBuildProject = var.build_project_name
secureAPITokenSecretName = var.secure_api_token_secret_name
Expand Down

0 comments on commit 042ffcf

Please sign in to comment.