File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,6 @@ COPY --from=builder /usr/local/lib/python3.12/site-packages/ /usr/local/lib/pyth
135135# Copy terrascan policies
136136COPY --from=builder /root/ /root/
137137
138- # Copy hook scripts for Docker-based hooks
139- COPY hooks/ /usr/local/bin/hooks/
140- COPY lib_getopt /usr/local/bin/
141- COPY src/pre_commit_terraform/ /usr/local/lib/python3.12/site-packages/pre_commit_terraform/
142-
143138# Install hooks extra deps
144139RUN if [ "$(grep -o '^terraform-docs SKIPPED$' /usr/bin/tools_versions_info)" = "" ]; then \
145140 apk add --no-cache perl=~5 \
@@ -153,11 +148,6 @@ RUN if [ "$(grep -o '^terraform-docs SKIPPED$' /usr/bin/tools_versions_info)" =
153148
154149COPY tools/entrypoint.sh /entrypoint.sh
155150
156- # Copy hook scripts for docker_image language support
157- COPY hooks/ /usr/bin/hooks/
158- COPY lib_getopt /usr/bin/lib_getopt
159- RUN chmod +x /usr/bin/hooks/*.sh
160-
161151ENV PRE_COMMIT_COLOR=${PRE_COMMIT_COLOR:-always}
162152
163153ENV INFRACOST_API_KEY=${INFRACOST_API_KEY:-}
You can’t perform that action at this time.
0 commit comments