mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 21:58:19 +00:00
chore(deps): update dependency open-policy-agent/conftest to v0.59.0 in testing/dockerfile (main) (#5547)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: RB <7775707+nitrocode@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ RUN case $(uname -m) in x86_64|amd64) ARCH="amd64" ;; aarch64|arm64|armv7l) ARCH
|
||||
|
||||
# Install conftest
|
||||
# renovate: datasource=github-releases depName=open-policy-agent/conftest
|
||||
ENV CONFTEST_VERSION=0.58.0
|
||||
ENV CONFTEST_VERSION=0.59.0
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN case $(uname -m) in x86_64|amd64) ARCH="x86_64" ;; aarch64|arm64|armv7l) ARCH="arm64" ;; esac && \
|
||||
curl -LOs https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_${ARCH}.tar.gz && \
|
||||
|
||||
Reference in New Issue
Block a user