Commit graph

33 commits

Author SHA1 Message Date
Alexander Sharov
65b197c841 fix: dockerfile 2024-03-07 14:09:39 +02:00
Alexander Sharov
d4c409dfff feat: rename pre-commit-terraform to pre-commit-opentofu, pt IX 2024-01-17 01:14:36 +01:00
Arnau Llamas
f3c819a747
feat(trivy): Add terraform_trivy hook and deprecate terraform_tfsec (#606) 2023-12-15 16:54:13 +02:00
renovate[bot]
28e3cde152
feat(deps): Bump Python version in docker image from 3.11.5 to v3.12.0 (#597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MaxymVlasov <MaxymVlasov@users.noreply.github.com>
2023-12-12 19:27:34 +02:00
renovate[bot]
cdecf288f8
chore(deps): update python docker tag to v3.11.5 (#563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-29 19:28:55 +03:00
renovate[bot]
0e2b15175d
chore(deps): update python:3.11.4-alpine3.17 docker digest to ac49e13 (#555)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-16 15:46:57 +03:00
Laurent
1d76157c9d
feat(docker): Add ssh-client to Docker image to access private modules via ssh (#553) 2023-08-15 18:02:32 +03:00
renovate[bot]
ae5cbe0342
chore(deps): update python:3.11.4-alpine3.17 docker digest to 0c034f5 (#535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-20 18:32:08 +03:00
renovate[bot]
32597545e7
chore(deps): update python docker tag to v3.11.4 (#532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-14 14:25:06 +03:00
renovate[bot]
f3ae7c39e7
chore(deps): update python:3.11.3-alpine3.17 docker digest to 7210235 (#523)
---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
2023-05-16 15:57:53 +03:00
renovate[bot]
32392fdb5c
chore(deps): update python docker tag to v3.11.3 (#494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 20:04:37 +03:00
Scott Miller
923c2c6a1e
feat(ci): Build multi-arch Docker images (amd64, arm64) (#496)
* build ARM images
* Fix GH API rate limits
* `docker buildx` currently does not support `load` and multi-arch at the same time. 
  And used Github Action does not support output=type=oci

---------

Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
2023-04-28 19:53:31 +03:00
renovate[bot]
098150538d
chore(deps): pin python docker tag to d8b0703 (#510)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 15:27:20 +03:00
Maksym Vlasov
dc177fe29e
fix: Updates all dependencies used in Dockerfile and fix Docker image (#507)
* Docker doesn't provide possibilities for avoiding trash

There is no possibility to exclude part of the "pre-installed" files from
COPY steps like https://github.com/moby/buildkit/issues/2853
And copy-paste mostly all `site-packages` without it is not worth it
2023-04-21 16:27:02 +03:00
renovate[bot]
4b43b9996a
chore(deps): pin dependencies (#493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 16:44:10 +02:00
John Schutz
abc2570e42
feat: Allow running container as non-root UID/GID for ownership issues (docker) (#433)
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
Co-authored-by: MaxymVlasov <MaxymVlasov@users.noreply.github.com>
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
2022-09-07 14:19:52 +02:00
Maksym Vlasov
51147f1712
chore: Updated repo for terrascan (#384) 2022-05-16 13:03:56 +02:00
Anton Babenko
e4e9a73d7e
feat: Added terraform_wrapper_module_for_each hook (#376) 2022-05-02 19:59:08 +02:00
Jonathan Forget
017da745d0
feat: Add support for pre-commit/pre-commit-hooks in Docker image (#374) 2022-04-28 09:04:53 +02:00
Maksym Vlasov
c3f8dd40e6
fix: Fixed git fatal error in Dockerfile (#372) 2022-04-20 14:10:59 +02:00
Julien Rottenberg
ef7a0f2b46
feat: Added support for tfupdate to update version constraints in Terraform configurations (#342) 2022-04-13 19:25:04 +02:00
Maksym Vlasov
47229003ff
chore: Add hadolint check for Dockerfiles (#322)
Co-authored-by: Balazs Hamorszky <balihb@gmail.com>
2022-01-11 18:20:29 +01:00
Maksym Vlasov
01d262caaa
fix: pre-build docker image (#292) 2021-12-08 20:03:04 +01:00
sg70
4543f10a8e
fix: Fixed docker build (#288) 2021-12-06 15:55:06 +01:00
Maksym Vlasov
71302a9a56
feat: Updated Docker image from Ubuntu to Alpine (#278) 2021-11-08 09:51:08 +01:00
Maksym Vlasov
cff42e6d6f
feat: Add infracost_breakdown hook (#252) 2021-10-26 13:12:01 +02:00
balihb
3bdcf51a97
fix: Dockerfile if INSTALL_ALL is not defined (#233) 2021-09-30 14:23:07 +02:00
Maksym Vlasov
53a866e775
feat: Add GH checks and templates (#222) 2021-09-11 09:47:56 +02:00
Maksym Vlasov
c920368fb2
feat: Add mixed line ending check to prevent possible errors (#221) 2021-09-10 21:33:03 +02:00
Maksym Vlasov
ce02f94e46
fix: Dockerized pre-commit-terraform (#219)
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
2021-09-09 21:29:33 +02:00
Maksym Vlasov
5daffe8727
docs: Initial docs improvement (#218) 2021-09-09 11:38:43 +02:00
Manuel Vogel
d27074b5a0
fix: Fix and pin versions in Dockerfile (#193) 2021-04-20 12:13:25 +02:00
Manuel Vogel
36a269f109
chore: add dockerfile (#183) 2021-03-12 15:35:21 +01:00