Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Full revamp of Dockerfile #319

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
fix echo
  • Loading branch information
balihb committed Jan 5, 2022
commit 522b232c596b05de4a1b8b9afa38753e5be4e62b
2 changes: 1 addition & 1 deletion docker-scripts/echo-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ terraform --version | head -n 1 >> $F
(if [ "$TERRASCAN_VERSION" != "false" ]; then echo "terrascan $(terrascan version)" >> $F; else echo "terrascan SKIPPED" >> $F; fi)
(if [ "$TFLINT_VERSION" != "false" ]; then tflint --version >> $F; else echo "tflint SKIPPED" >> $F; fi)
(if [ "$TFSEC_VERSION" != "false" ]; then echo "tfsec $(tfsec --version)" >> $F; else echo "tfsec SKIPPED" >> $F; fi)
echo -n "\n\n" && cat $F && echo -n "\n\n"
printf '\n\n' && cat $F && printf '\n\n'