From 81afd75ec89dc6a4de182beba654ac9a40dce872 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 7 Aug 2021 01:04:28 +0000 Subject: [PATCH] Update dependency truffleHog3 to v2.0.7 --- hardening_manifest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 6190d83..e0b4e31 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.6" +- "2.0.7" - "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.6" + org.opencontainers.image.version: "2.0.7" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "trufflehog3,secrets" ## This value can be "opensource" or "commercial" @@ -37,11 +37,11 @@ labels: # List of resources to make available to the offline build context resources: -- filename: truffleHog3-2.0.6-py2.py3-none-any.whl - url: https://files.pythonhosted.org/packages/e4/2a/82c51f799b1828cd89b06f46435301e91086ea320e812199fb7ac758a03b/truffleHog3-2.0.6-py2.py3-none-any.whl +- filename: truffleHog3-2.0.7-py2.py3-none-any.whl + url: https://files.pythonhosted.org/packages/2c/42/1e91763d7a18b82c38e685913840782e3ca5a2442b4c1135dfb082f1ca02/truffleHog3-2.0.7-py2.py3-none-any.whl validation: type: sha256 - value: 0d7f5282b3bb0df0497cf927b098ba60fd3bcb2f93f1a9eebe5fd9a401913ed9 + value: 4356ca343c35a39db800f6549d874f61c8c2765f9ed9e63fad6c4605a80a4451 - filename: PyYAML-5.4-cp39-cp39-manylinux1_x86_64.whl url: https://files.pythonhosted.org/packages/43/e8/31007862b01580c507e24b88aeedb71bb81d6125a71c651a26370e6e0648/PyYAML-5.4-cp39-cp39-manylinux1_x86_64.whl validation: -- GitLab