mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
adds terrascan from docker
This commit is contained in:
parent
38983e59d8
commit
3475acbebb
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,7 @@ FROM golangci/golangci-lint:v1.30.0 as golangci-lint
|
||||||
FROM yoheimuta/protolint:v0.26.0 as protolint
|
FROM yoheimuta/protolint:v0.26.0 as protolint
|
||||||
FROM koalaman/shellcheck:v0.7.1 as shellcheck
|
FROM koalaman/shellcheck:v0.7.1 as shellcheck
|
||||||
FROM wata727/tflint:0.19.1 as tflint
|
FROM wata727/tflint:0.19.1 as tflint
|
||||||
|
FROM accurics/terrascan:latest as terrascan
|
||||||
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
|
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
|
||||||
FROM assignuser/lintr-lib:v0.1.0 as lintr-lib
|
FROM assignuser/lintr-lib:v0.1.0 as lintr-lib
|
||||||
FROM assignuser/chktex-alpine:v0.1.0 as chktex
|
FROM assignuser/chktex-alpine:v0.1.0 as chktex
|
||||||
|
@ -166,6 +167,12 @@ COPY --from=golangci-lint /usr/bin/golangci-lint /usr/bin/
|
||||||
##################
|
##################
|
||||||
COPY --from=tflint /usr/local/bin/tflint /usr/bin/
|
COPY --from=tflint /usr/local/bin/tflint /usr/bin/
|
||||||
|
|
||||||
|
##################
|
||||||
|
# Install Terrascan #
|
||||||
|
##################
|
||||||
|
COPY --from=terrascan /go/bin/terrascan /usr/bin/
|
||||||
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Install protolint #
|
# Install protolint #
|
||||||
######################
|
######################
|
||||||
|
|
Loading…
Reference in a new issue