Skip to content

Release 1.3.50 not pushed to docker hub #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
imens-frankd opened this issue Mar 17, 2025 · 1 comment
Open

Release 1.3.50 not pushed to docker hub #760

imens-frankd opened this issue Mar 17, 2025 · 1 comment
Assignees
Labels

Comments

@imens-frankd
Copy link

Description

Release 1.3.50 not pushed to docker hub. The "Publish to Docker Hub" step in the CD pipeline failed.

To Reproduce

Feature File:

Given I have ....
When it contains ...
Then it must ....
And it must ...

Plan File:

Sample Terraform Code:

resource "aws_s3_bucket" "example_code" {
   bucket = "This is just a sample code"
}

Used terraform-compliance Parameters:

Running via Docker:

Error Output:

Expected Behavior:

Tested Versions:

  • terraform-compliance version: your terraform-compliance version
  • terraform version: your terraform version
  • python version: your python runtime version, if running as a python package

Additional Context:

@imens-frankd
Copy link
Author

See https://github.com/terraform-compliance/cli/actions/runs/13652242750/job/38167499070
Looks like there is a prefix "v" for the terraform version in the url's which shouldn't be there.

CD is using : wget "https://releases.hashicorp.com/terraform/v1.11.0/terraform_v1.11.0_SHA256SUMS"
While the correct url is : wget "https://releases.hashicorp.com/terraform/1.11.0/terraform_1.11.0_SHA256SUMS"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants