From 040f2a395d692066ac590ad2c94d3756a7077481 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 26 Aug 2021 21:21:56 +0000 Subject: [PATCH] Update dependency truffleHog3 to v3.0.2 --- hardening_manifest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 73860c8..7653625 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: -- "3.0.1" +- "3.0.2" - "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: "3.0.1" + org.opencontainers.image.version: "3.0.2" ## 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-3.0.1-py2.py3-none-any.whl - url: https://files.pythonhosted.org/packages/21/36/480053ab0f992871ec3fff0fc7ba898236d914cb3dfd52494482151a5e00/trufflehog3-3.0.1-py2.py3-none-any.whl +- filename: trufflehog3-3.0.2-py2.py3-none-any.whl + url: https://files.pythonhosted.org/packages/a4/44/2cd90d7dbcd448944fe42515dc21261237e76a807dc8b5953f0defb99ced/trufflehog3-3.0.2-py2.py3-none-any.whl validation: type: sha256 - value: 5d535cf20699e0541b540aa182897e640cd77810bf397abc03ab97cdaaaed7d6 + value: c01f96663a3953ab978bddb94d1c07e68eacf62e033d801440146a6d9f9c6960 - filename: PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl url: https://files.pythonhosted.org/packages/3d/1f/2a3705efca3b47161ceaaf52970a9d4b81cc84600818686ecd75093a00a5/PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl validation: -- GitLab