From 0f6877df0413c24238ac70235ef4d2db630b8e8b Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 2 Jun 2021 01:02:33 +0000 Subject: [PATCH] Update dependency truffleHog3 to v2.0.5 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index b79ccac..f27f8ee 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/trufflehog/trufflehog3" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2.0.4" +- "2.0.5" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/feeltheajf/trufflehog3" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "opensource" - org.opencontainers.image.version: "2.0.4" + org.opencontainers.image.version: "2.0.5" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "trufflehog3,secrets" ## This value can be "opensource" or "commercial" -- GitLab