|
@@ -104,7 +104,7 @@ inputs = {
|
|
|
public_subnets = dependency.codebuild-vpc.outputs.public_subnets
|
|
|
private_subnets = dependency.codebuild-vpc.outputs.private_subnets
|
|
|
github_clone_url = "https://github.xdr.accenturefederalcyber.com/mdr-engineering/xdr-images"
|
|
|
- source_version = "feature/bp_MSOCI-1883_lcp-oci-image"
|
|
|
+ source_version = "main"
|
|
|
webhook_filter_pattern = "^refs/heads/main$"
|
|
|
buildspec = "base/rhel7/oci/buildspec.yml"
|
|
|
|