mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
fixing path
This commit is contained in:
parent
5c33868fe4
commit
90228c5143
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master
|
|||
##################
|
||||
# Install TFLint #
|
||||
##################
|
||||
RUN curl -L "$(curl -Ls https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip")" -o tflint.zip && unzip tflint.zip && rm tflint.zip
|
||||
RUN curl -L "$(curl -Ls https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip")" -o tflint.zip && unzip tflint.zip && rm tflint.zip \
|
||||
&& cp "tflint" /usr/bin/
|
||||
|
||||
###########################################
|
||||
# Load GitHub Env Vars for Github Actions #
|
||||
|
|
Loading…
Reference in a new issue