deps(docker): bump tenable/terrascan from 1.18.11 to 1.19.2 (#6054)

Bumps tenable/terrascan from 1.18.11 to 1.19.2.

---
updated-dependencies:
- dependency-name: tenable/terrascan
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-26 19:58:03 +00:00 committed by GitHub
parent 4d4214ccf7
commit 1974944ac3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
#########################################
# Get dependency images as build stages #
#########################################
FROM tenable/terrascan:1.18.11 AS terrascan
FROM tenable/terrascan:1.19.2 AS terrascan
FROM alpine/terragrunt:1.9.5 AS terragrunt
FROM dotenvlinter/dotenv-linter:3.3.0 AS dotenv-linter
FROM ghcr.io/terraform-linters/tflint:v0.53.0 AS tflint