We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e5de2 commit 8455c2eCopy full SHA for 8455c2e
Dockerfile.tools
@@ -64,9 +64,9 @@ RUN if [ "$INSTALL_ALL" = "true" ] || [ "$INSTALL_ALL" = "latest" ]; then \
64
echo "TFLINT_VERSION=latest" >> /.env && \
65
echo "TFSEC_VERSION=latest" >> /.env && \
66
echo "TFUPDATE_VERSION=latest" >> /.env && \
67
- echo "TRIVY_VERSION=latest" >> /.env \
+ echo "TRIVY_VERSION=latest" >> /.env ; \
68
elif [ "$INSTALL_ALL" != "false" ]; then \
69
- echo "ERROR: INSTALL_ALL must be 'true', 'latest', or 'false'" >&2 && exit 1; \
+ echo "ERROR: INSTALL_ALL must be 'true', 'latest', or 'false'" >&2 ; exit 1 ; \
70
fi
71
72
# Docker `RUN`s shouldn't be consolidated here
0 commit comments