Skip to content

Commit 6ba3192

Browse files
committed
build(json2yaml): removing json2yaml conflicting with remarshal
1 parent 6f13ae3 commit 6ba3192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN pipx ensurepath --global \
5151
cfn-lint==1.39.1 \
5252
cfn-policy-validator==0.0.36 \
5353
checkov==3.2.470 \
54-
json2yaml==1.2.0 \
54+
remarshal==1.2.0 \
5555
yamlpath==3.8.2
5656

5757
# FIXME @TL workaround until Amazon Linux gets an yq package

aws-cli/docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ services:
2424
grep --version # grep
2525
gzip --version # gzip
2626
jq --version # jq
27-
json2yaml --version # json2yaml
2827
make --version # make
2928
patch --version # patch
3029
ping -V # iputils
3130
pip --version # py3-pip
3231
pipx --version # pipx
3332
python --version # python3
33+
remarshal --version # remarshal
3434
rsync --version # rsync
3535
sed --version # sed
3636
ssh -V # openssh

0 commit comments

Comments
 (0)