From a574fdc6344443d0d8198d8a0bfb7341f39b730d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:23:33 +0100 Subject: [PATCH] Bump tenable/terrascan from 1.18.5 to 1.18.9 (#5005) Bumps tenable/terrascan from 1.18.5 to 1.18.9. --- updated-dependencies: - dependency-name: tenable/terrascan dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43183df9..47aaebf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG GLIBC_VERSION='2.34-r0' ######################################### # Get dependency images as build stages # ######################################### -FROM tenable/terrascan:1.18.5 as terrascan +FROM tenable/terrascan:1.18.9 as terrascan FROM alpine/terragrunt:1.6.6 as terragrunt FROM ghcr.io/assignuser/chktex-alpine:v0.2.0 as chktex FROM dotenvlinter/dotenv-linter:3.3.0 as dotenv-linter