From 6799b8a065a0bebc2f97107c5f1c2561f463c89b Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 20 Apr 2021 01:01:57 +0000 Subject: [PATCH] Update koalaman/shellcheck Docker tag to v0.7.2 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7c5ac8..467e5b7 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.3 -FROM koalaman/shellcheck:v0.7.1 as source +FROM koalaman/shellcheck:v0.7.2 as source FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5183328..0dcb108 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/shellcheck/shellcheck" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v0.7.1" +- "v0.7.2" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/koalaman/shellcheck" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "koalaman" - org.opencontainers.image.version: "v0.7.1" + org.opencontainers.image.version: "v0.7.2" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "opensource" ## 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: koalaman/shellcheck:v0.7.1 - url: docker://docker.io/koalaman/shellcheck@sha256:ad95c140f7bf5cc66e50e19da7d72c398583ba24c5866ac32c882eb3ddc153ee +- tag: koalaman/shellcheck:v0.7.2 + url: docker://docker.io/koalaman/shellcheck@sha256:90680b9c98552cb5468966f6e83cd419a951d2a099454663429be796462c7549 # List of project maintainers maintainers: -- GitLab