Align Docker deployment workflows with Nx release tags#1862
Draft
christian-calabrese wants to merge 5 commits into
Draft
Align Docker deployment workflows with Nx release tags#1862christian-calabrese wants to merge 5 commits into
christian-calabrese wants to merge 5 commits into
Conversation
Set project-level Docker release metadata and align Docker build target options for repositories that use package.json and project.json.
Contributor
|
Contributor
|
Warning
|
| Severity | ID | File | Line | Title |
|---|---|---|---|---|
| HIGH | AVD-AWS-0164 | providers/aws/examples/resources/dx_available_subnet_cidr/resource.tf |
L44 | Instances in a subnet should not receive a public IP address by default. |
| MEDIUM | AVD-AWS-0178 | providers/aws/examples/resources/dx_available_subnet_cidr/resource.tf |
L23 | VPC Flow Logs is a feature that enables you to capture information about the IP traffic going to and from network interfaces in your VPC. After you've created a flow log, you can view and retrieve its data in Amazon CloudWatch Logs. It is recommended that VPC Flow Logs be enabled for packet "Rejects" for VPCs. |
📋 Pre-commit Output Log
[INFO] Initializing environment for https://github.com/antonbabenko/pre-commit-terraform.
Lock Terraform Registry modules..................................(no files to check)Skipped
Terraform Providers Lock (on staged .terraform.lock.hcl files).......................Passed
- hook id: terraform_providers_lock_staged
- duration: 0.13s
No .terraform.lock.hcl files to process.
Terraform fmt....................................................(no files to check)Skipped
terraform_docs on modules............................................................Passed
terraform_docs on resources......................................(no files to check)Skipped
Terraform validate with tflint...................................(no files to check)Skipped
Terraform validate...............................................(no files to check)Skipped
Terraform validate with trivy....................................(no files to check)Skipped
Generated on Wed Jun 17 13:06:50 UTC 2026
Run all checks on modified files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
{projectName}@{version})release.docker.repositoryNamein E2E project configsScope
Split PR focused on deployment workflow alignment and project config consistency.
Depends on #1856 #1860