mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Updates dockerfile to support new version of terrascan
This commit is contained in:
parent
e060679ea8
commit
ddd2ac395e
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ COPY --from=tflint /usr/local/bin/tflint /usr/bin/
|
||||||
# Install Terrascan #
|
# Install Terrascan #
|
||||||
##################
|
##################
|
||||||
COPY --from=terrascan /go/bin/terrascan /usr/bin/
|
COPY --from=terrascan /go/bin/terrascan /usr/bin/
|
||||||
|
RUN terrascan init
|
||||||
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
|
|
Loading…
Reference in a new issue