Skip to content

Commit ad6a5c0

Browse files
authored
Merge branch 'master' into add_wemake-python-styleguide
2 parents 6eb082a + 2f8bda1 commit ad6a5c0

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.99.4](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.99.3...v1.99.4) (2025-06-12)
6+
7+
8+
### Bug Fixes
9+
10+
* **docker:** Drop Mac arm64 build-time hack, needed for `checkov`<3.2.395 ([#907](https://github.com/antonbabenko/pre-commit-terraform/issues/907)) ([3c9ef3d](https://github.com/antonbabenko/pre-commit-terraform/commit/3c9ef3d744011e44642726714521a45e66203eb3))
11+
512
## [1.99.3](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.99.2...v1.99.3) (2025-06-06)
613

714

tools/install/checkov.sh

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,9 @@ apk add --no-cache \
1313
libffi-dev=~3 \
1414
musl-dev=~1
1515

16-
# cargo, gcc, git, musl-dev, rust and CARGO envvar required for compilation of [email protected]
17-
# no longer required once checkov version depends on rustworkx >0.14.0
18-
# https://github.com/bridgecrewio/checkov/pull/6045
19-
# gcc libffi-dev musl-dev required for compilation of cffi, until it contains musl aarch64
20-
export CARGO_NET_GIT_FETCH_WITH_CLI=true
21-
apk add --no-cache \
22-
cargo=~1 \
23-
git=~2 \
24-
libgcc=~12 \
25-
rust=~1
26-
2716
if [[ $VERSION == latest ]]; then
2817
pip3 install --no-cache-dir "${TOOL}"
2918
else
3019
pip3 install --no-cache-dir "${TOOL}==${VERSION}"
3120
fi
32-
33-
apk del gcc libffi-dev musl-dev
34-
# no longer required once checkov version depends on rustworkx >0.14.0
35-
# https://github.com/bridgecrewio/checkov/pull/6045
36-
apk del cargo git rust
21+
pip3 check

tools/install/pre-commit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ if [[ $VERSION == latest ]]; then
1414
else
1515
pip3 install --no-cache-dir "${TOOL}==${VERSION}"
1616
fi
17+
pip3 check

0 commit comments

Comments
 (0)