From 16505da7ab55827fdb86e092dae9e030a3ef8e4b Mon Sep 17 00:00:00 2001 From: nchadwick Date: Wed, 1 Sep 2021 17:41:04 -0400 Subject: [PATCH] Fix installer url --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index fd47c49..b95fc1e 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -30,7 +30,7 @@ labels: # List of resources to make available to the offline build context resources: - - url: "https://download.grammatech.com/diracc2011/codesonar-latest-x86_64-pc-linux.tar.gz" + - url: "https://download.grammatech.com/diracc2011/latest/codesonar-latest-x86_64-pc-linux.tar.gz" filename: "codesonar-latest-x86_64-pc-linux.tar.gz" # [required field] desired staging name for the build context validation: type: "sha256" # supported: sha256, sha512 -- GitLab