diff --git a/.env b/.env index a988f6b..22a969f 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness # renovate: datasource=github-tags depName=defenseunicorns/build-harness -BUILD_HARNESS_VERSION=2.0.46 +BUILD_HARNESS_VERSION=2.0.50 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57e7d33..c531f3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,6 +53,6 @@ repos: args: - --args=--config-file __GIT_WORKING_DIR__/.checkov.yml - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.91.2 + rev: 39.100.1 hooks: - id: renovate-config-validator diff --git a/examples/complete/main.tf b/examples/complete/main.tf index de170de..c09a11a 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -11,7 +11,7 @@ locals { module "vpc" { # checkov:skip=CKV_TF_1: "Ensure Terraform module sources use a commit hash" -- We've decided to use tags rather than a hash - source = "git::https://github.com/defenseunicorns/terraform-aws-vpc.git?ref=v0.1.12" + source = "git::https://github.com/defenseunicorns/terraform-aws-vpc.git?ref=v0.1.13" name = local.vpc_name vpc_cidr = "10.200.0.0/16"