Skip to content

Commit

Permalink
chore(deps): update dependency open-policy-agent/conftest to v0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 7dbdd41 commit af125b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-conftest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.3-1476@sha256:fc300be6adbdf2ca812ad01
SHELL ["/bin/bash", "-c"]

# renovate: datasource=github-releases depName=open-policy-agent/conftest
ARG CONFTEST_VERSION=v0.47.0
ARG CONFTEST_VERSION=v0.48.0
RUN curl -L "https://github.com/open-policy-agent/conftest/releases/download/${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION//v}_Linux_x86_64.tar.gz" -o /tmp/conftest.tar.gz && \
tar -xzf /tmp/conftest.tar.gz && \
mv conftest /usr/local/bin/conftest && \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG YQ_VERSION=v4.40.5
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.13.3
# renovate: datasource=github-releases depName=open-policy-agent/conftest
ARG CONFTEST_VERSION=v0.47.0
ARG CONFTEST_VERSION=v0.48.0
# renovate: datasource=github-releases depName=stackrox/kube-linter
ARG KUBE_LINTER_VERSION=v0.6.5
# renovate: datasource=github-releases depName=helm/chart-testing
Expand Down
2 changes: 1 addition & 1 deletion tekton-task-images/conftest/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-releases depName=open-policy-agent/conftest
CONFTEST_VERSION=v0.47.0
CONFTEST_VERSION=v0.48.0

0 comments on commit af125b3

Please sign in to comment.