From 1e709289a1b18daecb7aaf4582ea603548e29d83 Mon Sep 17 00:00:00 2001 From: JoelTrain Date: Wed, 28 Jul 2021 13:43:23 -0500 Subject: [PATCH] updated hardening_manifest to point to new artifacts --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index a3594cf..5d185f3 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "beast-code/weapon-one/base-image" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - - "0.1.0" + - "0.2.0" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://beast-code.com/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Beast Code, LLC" - org.opencontainers.image.version: "0.1.0" + org.opencontainers.image.version: "0.2.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "digital twin, 3D, real time" ## This value can be "opensource" or "commercial" @@ -41,10 +41,10 @@ resources: id: beast region: us-east-2 filename: weapon-one.tar.gz - url: s3://beast-code.weapon-one/weapon-one.tar.gz + url: s3://beast-code.weapon-one/628682ef2e1a72d36d032904f7cfb2a050101d97/weapon-one.tar.gz validation: type: sha256 - value: e0a64bae1c9906823e023fd92f82b7eaab9992853a0c292fc3ac4358f416ec7e + value: 2321cac64b32afe622013b87f38ea6a251b98e57d5d682d8f1cb2411b753ccda - auth: id: beast region: us-east-2 -- GitLab