From 54f7b84230f5d30fed27e1f1b82187d43c74c555 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 11 Aug 2021 01:14:44 +0000 Subject: [PATCH] Update openpolicyagent/conftest Docker tag to v0.27.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf68b99..239b6fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM openpolicyagent/conftest:v0.26.0 as base +FROM openpolicyagent/conftest:v0.27.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index fce0fd1..c1a7c0b 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/openpolicyagent/conftest" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v0.26.0" +- "v0.27.0" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/open-policy-agent/conftest" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "opensource" - org.opencontainers.image.version: "v0.26.0" + org.opencontainers.image.version: "v0.27.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "openpolicyagent,opa" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: openpolicyagent/conftest:v0.26.0 - url: docker://docker.io/openpolicyagent/conftest@sha256:975d8d1973e5f00a744ad7c65523dc95594bc47ac2dd7d6940d3c39f6e2ac658 +- tag: openpolicyagent/conftest:v0.27.0 + url: docker://docker.io/openpolicyagent/conftest@sha256:9fb29baaf8d7f37c7e8a1874dadadbc1b2796d0409b77377d87d774416128ff3 # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist -- GitLab