From 3d9a83adcd02ce3b1f09247440bec248d6cf8b41 Mon Sep 17 00:00:00 2001 From: Mark Hermeling Date: Wed, 4 Aug 2021 16:11:07 +0000 Subject: [PATCH] Updated for CodeSonar 6.1 --- hardening_manifest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 33b73f9..cb9900f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -30,11 +30,11 @@ labels: # List of resources to make available to the offline build context resources: - - url: "https://download.grammatech.com/diracc2011/codesonar-early-6.1/codesonar-6.1p0.20210713-x86_64-pc-linux.tar.gz" - filename: "codesonar-6.1p0.20210713-x86_64-pc-linux.tar.gz" # [required field] desired staging name for the build context + - url: "https://download.grammatech.com/diracc2011/codesonar-6.1/codesonar-6.1p0.20210802-x86_64-pc-linux.tar.gz" + filename: "codesonar-6.1p0.20210802-x86_64-pc-linux.tar.gz" # [required field] desired staging name for the build context validation: type: "sha256" # supported: sha256, sha512 - value: "b1cfda925db20e2a9eaa75633886e934ed42e37674a7080fa9a898f242053ec3" # must be lowercase + value: "c6fe558a91b460a7ed3377a23bf98ce12f2c1c72b1519835859ceefbb295ffc8" # must be lowercase auth: type: basic id: grammatech -- GitLab