Skip to content

Commit cafb3ac

Browse files
committed
install yq
1 parent a1b9b25 commit cafb3ac

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

8889
WORKDIR /workspaces/eps-devcontainers

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ direnv 2.37.1
66
actionlint 1.7.10
77
ruby 3.3.0
88
trivy 0.69.1
9+
yq 4.52.2

src/base/.devcontainer/.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ direnv 2.37.1
33
actionlint 1.7.10
44
ruby 3.3.0
55
trivy 0.69.1
6+
yq 4.52.2

src/base/.devcontainer/scripts/vscode_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ asdf plugin add actionlint
1919
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
2020
asdf plugin add terraform https://github.com/asdf-community/asdf-hashicorp.git
2121
asdf 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
2425
cd /home/vscode

0 commit comments

Comments
 (0)