Skip to content

Commit

Permalink
fix: Replace mapfile to support Bash 3.2.57 pre-installed in macOS (#…
Browse files Browse the repository at this point in the history
…628)

Follow-up release fix for
#627
  • Loading branch information
MaxymVlasov committed Feb 19, 2024
1 parent 7147861 commit 01ab3f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report_local_install.md
Expand Up @@ -91,7 +91,6 @@ echo -n "tfsec " && tfsec --version 2>/dev/null || echo "SKIPPED"
echo -n "trivy " && trivy --version 2>/dev/null || echo "SKIPPED"
echo -n "tfupdate " && tfupdate --version 2>/dev/null || echo "SKIPPED"
echo -n "hcledit " && hcledit version 2>/dev/null || echo "SKIPPED"
echo -n "flock " && flock --version 2>/dev/null || echo "SKIPPED"
EOF
-->
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Expand Up @@ -173,7 +173,6 @@ RUN . /.env && \
RUN . /.env && \
F=tools_versions_info && \
pre-commit --version >> $F && \
echo "flock $(flock 2>&1 | head -n 1)" >> $F && \
./terraform --version | head -n 1 >> $F && \
(if [ "$CHECKOV_VERSION" != "false" ]; then echo "checkov $(checkov --version)" >> $F; else echo "checkov SKIPPED" >> $F ; fi) && \
(if [ "$INFRACOST_VERSION" != "false" ]; then echo "$(./infracost --version)" >> $F; else echo "infracost SKIPPED" >> $F ; fi) && \
Expand Down

0 comments on commit 01ab3f0

Please sign in to comment.