We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e19980 commit b3a0e4aCopy full SHA for b3a0e4a
tests/Dockerfile
@@ -78,6 +78,7 @@ RUN curl -LOs "https://github.com/getsops/sops/releases/download/v${SOPS_VERSION
78
79
ARG YAJSV_VERSION="1.4.1"
80
RUN curl -LOs "https://github.com/neilpa/yajsv/releases/download/v${YAJSV_VERSION}/yajsv.linux.amd64" && \
81
+ echo "4bd6d2b1d6292ab1f7ba63db83c182a603a790d431429cf71f05cb0fcc677def yajsv.linux.amd64" | sha256sum -c - && \
82
install -Tm 755 yajsv.linux.amd64 /usr/local/bin/yajsv && \
83
rm yajsv.linux.amd64
84
0 commit comments