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

chore: bump dependencies #27

Merged
merged 32 commits into from
Apr 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
85495d9
chore: bump dependencies
PiotrSierkin-Ki Mar 11, 2024
a7aef6a
chore: revert bump on checkov
PiotrSierkin-Ki Mar 11, 2024
fa3df83
fix: version format for conftest
PiotrSierkin-Ki Mar 11, 2024
bc99be5
chore: test new versions
PiotrSierkin-Ki Mar 11, 2024
14fdc35
chore: test
PiotrSierkin-Ki Mar 11, 2024
db05c90
chore: replace checkov test
PiotrSierkin-Ki Mar 12, 2024
109be1c
chore: bump tflint
PiotrSierkin-Ki Mar 12, 2024
5fe5fd4
chore: test with new image
PiotrSierkin-Ki Mar 12, 2024
0ddabec
chore: add root to install packages
PiotrSierkin-Ki Mar 12, 2024
7129246
chore: test
PiotrSierkin-Ki Mar 12, 2024
1af4159
chore: test
PiotrSierkin-Ki Mar 12, 2024
80f0124
chore: test
PiotrSierkin-Ki Mar 12, 2024
25aaf6a
chore: test
PiotrSierkin-Ki Mar 12, 2024
08254b5
chore test
PiotrSierkin-Ki Mar 12, 2024
2478801
chore: test
PiotrSierkin-Ki Mar 12, 2024
e28d8a4
chore: test
PiotrSierkin-Ki Mar 12, 2024
120ec47
chore: test
PiotrSierkin-Ki Mar 12, 2024
ef3d6f4
chore: test
PiotrSierkin-Ki Mar 12, 2024
5b5142e
chore: test
PiotrSierkin-Ki Mar 12, 2024
a3c17b2
chore: test
PiotrSierkin-Ki Mar 12, 2024
6204df6
chore: test
PiotrSierkin-Ki Mar 12, 2024
0c84047
chore: remove bash -l -c and commented text for asdf
PiotrSierkin-Ki Mar 12, 2024
c6632d5
chore: add bash -l -c
PiotrSierkin-Ki Mar 12, 2024
521e91f
chore: test checkov version
PiotrSierkin-Ki Mar 12, 2024
ca1aa3b
chore: add checkov with the latest version
PiotrSierkin-Ki Mar 12, 2024
c812893
chore: remove docker-entrypoint
PiotrSierkin-Ki Mar 12, 2024
5a0d371
remove builtin tf versions, clean build deps
moss2k13 Apr 18, 2024
255a0f0
use builtin terraform
moss2k13 Apr 18, 2024
19bb60d
use asdf based terraform
moss2k13 Apr 18, 2024
79e7f5f
replace bash with sh
moss2k13 Apr 26, 2024
fb1d9cb
enable asdf for nonlogin noninteractive use
moss2k13 Apr 26, 2024
66e2f21
glab: use newest not breaking version
moss2k13 Apr 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: test
  • Loading branch information
PiotrSierkin-Ki committed Mar 12, 2024
commit a3c17b2b2cb2cf31df07f7fc41e0b091a1d3fabf
1 change: 1 addition & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
@@ -101,6 +101,7 @@ RUN bash -l -c " \
asdf global terraform-docs ${TERRAFORM_DOCS_VERSION} && \
asdf global yq ${YQ_VERSION}"

USER root
# Additional cleanup
RUN rm -rf /tmp/*
# Add 'alias' `jq` to `gojq`
Loading