From 42c07cda312288d8b1727e6ea6c6417a298561ff Mon Sep 17 00:00:00 2001 From: "ortiz.jacob" Date: Mon, 30 Aug 2021 14:48:14 -0400 Subject: [PATCH] updated hardening_manifest.yaml --- hardening_manifest.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 293d497..146dfb9 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/apache/activemq" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "5.16.2" +- "5.16.3" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "http://activemq.apache.org/components/classic/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Apache" - org.opencontainers.image.version: "5.16.2" + org.opencontainers.image.version: "5.16.3" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" ## This value can be "opensource" or "commercial" @@ -38,15 +38,15 @@ labels: # List of resources to make available to the offline build context resources: - filename: apache-activemq-bin.tar.gz - url: https://downloads.apache.org/activemq/5.16.2/apache-activemq-5.16.2-bin.tar.gz + url: https://downloads.apache.org/activemq/5.16.3/apache-activemq-5.16.3-bin.tar.gz validation: type: sha512 - value: 27bb26786640f74dcf404db884bedffc0af4bfb2a0248c398044ac9a13e19ff097c590b79eb1404e0b04d17a8f85a8f7de87186a96744e19162d70b3c7a9bdde + value: 3394afe9963f55cf62dafb287bdc58cac1fb76a614cc87939bec7b7909972eb5b3069022a9eb324242a315899b1096335c0531af75152c74eb309c0c5981b217 maintainers: -- email: "shen_vickie@bah.com" +- email: "ortiz.jacob@solute.us" # The name of the current container owner - name: "Vickie Shen" + name: "Jacob Ortiz" # The gitlab username of the current container owner - username: "shen_vickie" + username: "ortiz.jacob" cht_member: true -- GitLab