diff --git a/Dockerfile b/Dockerfile index d3ef64fb9ed601f98b6a6d2f25705c31dad0707d..ceb79cbaa3e052d70a9f98302c151baba428ca2d 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} && \ @@ -57,4 +57,4 @@ WORKDIR /home/coverity # Run Coverity CMD /usr/local/bin/entrypoint.sh -# +## diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index eb487d809605c4a28d28f53d04260c27defd689c..790fe8e0b9547906e23b3403b540b662848ee0b4 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: