From a8b0bf847bf89d6833fe0dbb4fc53b8b6a4e8f37 Mon Sep 17 00:00:00 2001 From: Murat Kumykov Date: Thu, 5 Aug 2021 15:24:28 +0000 Subject: [PATCH 1/2] update 2021.06-3 --- Dockerfile | 2 +- hardening_manifest.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index d3ef64f..0a39b64 100755 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN yum -y update \ FROM base AS install # Add Coverity software package -ARG COVERITY_ARCHIVE=coverity-platform-linux64-2021.06-SP2.tar.gz +ARG COVERITY_ARCHIVE=coverity-platform-linux64-2021.06-3.tar.gz COPY ${COVERITY_ARCHIVE} ${COVERITY_HOME} RUN tar zxvf ${COVERITY_HOME}/${COVERITY_ARCHIVE} -C ${COVERITY_HOME} && \ rm -f ${COVERITY_HOME}/${COVERITY_ARCHIVE} && \ diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index eb487d8..790fe8e 100755 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "synopsys/coverity/coverity" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2021.06" +- "2021.06-3" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "coverity" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Synopsys, Inc." - org.opencontainers.image.version: "2021.06" + org.opencontainers.image.version: "2021.06-3" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "SAST" ## This value can be "opensource" or "commercial" @@ -37,11 +37,11 @@ labels: # List of resources to make available to the offline build context resources: -- filename: coverity-platform-linux64-2021.06-SP2.tar.gz - url: https://dccscr-projects.s3.amazonaws.com/coverity/2021.06/coverity-platform-linux64-2021.06-SP2.tar.gz +- filename: coverity-platform-linux64-2021.06-3.tar.gz + url: https://dccscr-projects.s3.amazonaws.com/coverity/2021.06/coverity-platform-linux64-2021.06-3.tar.gz validation: type: sha256 - value: 8c2052babd749acf3fae475ec5879c061ab4a3047590bed874770237a535a03d + value: 75cea84777fc3fbc602c1f03f2c57e2adf5750fbf30e9275f3f204654f055478 # List of project maintainers maintainers: -- GitLab From b9c7dc60cafbba54221436eb17af3822f4df3e7f Mon Sep 17 00:00:00 2001 From: Murat Kumykov Date: Thu, 5 Aug 2021 17:02:06 +0000 Subject: [PATCH 2/2] update 2021.06-3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a39b64..ceb79cb 100755 --- a/Dockerfile +++ b/Dockerfile @@ -57,4 +57,4 @@ WORKDIR /home/coverity # Run Coverity CMD /usr/local/bin/entrypoint.sh -# +## -- GitLab