File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ RUN asdf plugin add python; \
8282 asdf plugin add direnv; \
8383 asdf plugin add actionlint; \
8484 asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git; \
85- asdf plugin add trivy https://github.com/zufardhiyaulhaq/asdf-trivy.git
85+ asdf plugin add trivy https://github.com/zufardhiyaulhaq/asdf-trivy.git; \
86+ asdf plugin add yq https://github.com/sudermanjr/asdf-yq.git
8687
8788
8889WORKDIR /workspaces/eps-devcontainers
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ direnv 2.37.1
66actionlint 1.7.10
77ruby 3.3.0
88trivy 0.69.1
9+ yq 4.52.2
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ direnv 2.37.1
33actionlint 1.7.10
44ruby 3.3.0
55trivy 0.69.1
6+ yq 4.52.2
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ asdf plugin add actionlint
1919asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
2020asdf plugin add terraform https://github.com/asdf-community/asdf-hashicorp.git
2121asdf plugin add trivy https://github.com/zufardhiyaulhaq/asdf-trivy.git
22+ asdf plugin add yq https://github.com/sudermanjr/asdf-yq.git
2223
2324# install base asdf versions of common tools
2425cd /home/vscode
You can’t perform that action at this time.
0 commit comments