From 8f36953dbc74853eee767a7d4801ba1c44bb66c5 Mon Sep 17 00:00:00 2001 From: Mark Hermeling Date: Tue, 6 Apr 2021 17:01:51 +0000 Subject: [PATCH] Download details for CodeSonar 6.0 --- hardening_manifest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index e20d1af..ab6dd3a 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "grammatech/codesonar/codesonar-hub" # The most specific version should be the first tag and will be shown # on ironbank.dso.mil tags: -- "1.0.0" +- "6.0.0" - "latest" # Build args passed to Dockerfile ARGs @@ -23,18 +23,18 @@ labels: org.opencontainers.image.licenses: "GrammaTech Commercial License" org.opencontainers.image.url: "http://support.grammatech.com/" org.opencontainers.image.vendor: "GrammaTech" - org.opencontainers.image.version: "5.4" + org.opencontainers.image.version: "6.0" mil.dso.ironbank.image.keywords: "GrammaTech, CodeSonar, SAST, CI/CD" mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.product.name: "CodeSonar" # List of resources to make available to the offline build context resources: - - url: "https://download.grammatech.com/diracc2011/codesonar-5.4/codesonar-5.4p0.20200911-x86_64-pc-linux.tar.gz" - filename: "codesonar-5.4p0.20200911-x86_64-pc-linux.tar.gz" # [required field] desired staging name for the build context + - url: "https://download.grammatech.com/diracc2011/codesonar-6.0/codesonar-6.0p0.20210331-x86_64-pc-linux.tar.gz" + filename: "codesonar-6.0p0.20210331-x86_64-pc-linux.tar.gz" # [required field] desired staging name for the build context validation: type: "sha256" # supported: sha256, sha512 - value: "1d0d47a2a5cde4e88d04397bcdb107188b6e999b3a2ccde5b4dddb05677b83be" # must be lowercase + value: "a14d6dc7352ba5c161b68b0bfc69b7c1cfa80e3fe7a49d7b83248fd463dbc5cb" # must be lowercase auth: type: basic id: grammatech -- GitLab