diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS old mode 100644 new mode 100755 diff --git a/.gitlab/issue_templates/Access Request.md b/.gitlab/issue_templates/Access Request.md old mode 100644 new mode 100755 diff --git a/.gitlab/issue_templates/Application - Archive.md b/.gitlab/issue_templates/Application - Archive.md old mode 100644 new mode 100755 diff --git a/.gitlab/issue_templates/Application - Initial.md b/.gitlab/issue_templates/Application - Initial.md old mode 100644 new mode 100755 diff --git a/.gitlab/issue_templates/Application - Update.md b/.gitlab/issue_templates/Application - Update.md old mode 100644 new mode 100755 diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md old mode 100644 new mode 100755 diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md old mode 100644 new mode 100755 diff --git a/.gitlab/issue_templates/Leadership Question.md b/.gitlab/issue_templates/Leadership Question.md old mode 100644 new mode 100755 diff --git a/.gitlab/issue_templates/New Findings.md b/.gitlab/issue_templates/New Findings.md old mode 100644 new mode 100755 diff --git a/.gitlab/issue_templates/Onboarding Question.md b/.gitlab/issue_templates/Onboarding Question.md old mode 100644 new mode 100755 diff --git a/.gitlab/issue_templates/Pipeline Failure.md b/.gitlab/issue_templates/Pipeline Failure.md old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 index db620498756b153404ab1cd6c9ca92408b4b308b..d3ef64fb9ed601f98b6a6d2f25705c31dad0707d --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS base @@ -22,7 +22,7 @@ RUN yum -y update \ FROM base AS install # Add Coverity software package -ARG COVERITY_ARCHIVE=coverity-platform-linux64-2021.03.tar.gz +ARG COVERITY_ARCHIVE=coverity-platform-linux64-2021.06-SP2.tar.gz COPY ${COVERITY_ARCHIVE} ${COVERITY_HOME} RUN tar zxvf ${COVERITY_HOME}/${COVERITY_ARCHIVE} -C ${COVERITY_HOME} && \ rm -f ${COVERITY_HOME}/${COVERITY_ARCHIVE} && \ @@ -37,6 +37,8 @@ FROM base COPY --from=install /home/coverity /home/coverity COPY --from=install /usr/local/bin /usr/local/bin +ENV PATH=${COVERITY_HOME}/cov-platform/bin:${COVERITY_HOME}/cov-platform/postgres/bin:$PATH + # Expose Coverity default HTTP ports. EXPOSE 8080 8443 9090 @@ -55,4 +57,4 @@ WORKDIR /home/coverity # Run Coverity CMD /usr/local/bin/entrypoint.sh - +# diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index c4a0975020bc92a72d2c3c190ce33e050b793d42..c40b8014aa5ad1932a73ef255f5dd171b2391204 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# coverity 2021.03 +# coverity 2021.06 ## Using the Image ### Credentials @@ -23,6 +23,7 @@ Container can be run by executing the following command: -e DB_USER=coverity \ -e DB_PASSWORD=coverity \ -e DB_PORT=5432 \ + -e DB_NAME=coverity \ -e DB_HOST=postgres coverity` environment variables should correspond to the actual database setup. diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml old mode 100644 new mode 100755 index 8043c23dc30f927a8e38ab8ceaa00b0589c45989..eb487d809605c4a28d28f53d04260c27defd689c --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,13 +8,13 @@ name: "synopsys/coverity/coverity" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2021.03" +- "2021.06" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.3" + BASE_TAG: "8.4" # Docker image labels labels: @@ -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.03" + org.opencontainers.image.version: "2021.06" ## 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.03.tar.gz - url: https://dccscr-projects.s3.amazonaws.com/coverity/2021.03/coverity-platform-linux64-2021.03-1.tar.gz +- 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 validation: type: sha256 - value: c862a8453f976648e35be40824d841b81a28f1ef6fe59c8a0203af7c9aada8c0 + value: 8c2052babd749acf3fae475ec5879c061ab4a3047590bed874770237a535a03d # List of project maintainers maintainers: