update Terrascan to version 1.4.0 (#1422)

* update Terrascan to version 1.4.0

* fixed

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
This commit is contained in:
zhanmer 2021-04-30 18:09:11 -04:00 committed by GitHub
parent e63d4fddae
commit 58bdaecbcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ FROM koalaman/shellcheck:v0.7.2 as shellcheck
FROM alpine/terragrunt:0.15.0 as terragrunt
FROM wata727/tflint:0.28.0 as tflint
FROM mvdan/shfmt:v3.2.4 as shfmt
FROM accurics/terrascan:2d1374b as terrascan
FROM accurics/terrascan:1.4.0 as terrascan
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
FROM ghcr.io/assignuser/lintr-lib:0.2.0 as lintr-lib
FROM ghcr.io/assignuser/chktex-alpine:0.1.1 as chktex