diff --git a/Dockerfile b/Dockerfile index 952b0d3020b14e57cfd395f79976f2f3e107f376..664a127cc46ac5be021894ad879baaf3a939215f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ USER root COPY *.rpm ./ -RUN rpm -i ./cppcheck-2.3-1.el7.x86_64.rpm && \ +RUN rpm -i ./cppcheck-2.5-1.el7.x86_64.rpm && \ rm -rf *.rpm USER daemon diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 1185e40f0ac10bd4752ea98397722b54659909ae..2853a58bcb24ef46d897390d0dbd49675b171cb2 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -5,7 +5,7 @@ apiVersion: v1 name: "opensource/cppcheck/cppcheck" tags: - - "2.3.1" + - "2.5.1" - "latest" args: @@ -22,7 +22,7 @@ labels: org.opencontainers.image.url: "http://uec-images.ubuntu.com/minimal/releases/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Fedora Project" - org.opencontainers.image.version: "2.3.1" + org.opencontainers.image.version: "2.5.1" ## Keywords to help with search mil.dso.ironbank.image.keywords: "cppcheck" ## This value can be "opensource" or "commercial" @@ -32,11 +32,11 @@ labels: # List of resources to make available to the offline build context resources: - - filename: cppcheck-2.3-1.el7.x86_64.rpm - url: https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/c/cppcheck-2.3-1.el7.x86_64.rpm + - filename: cppcheck-2.5-1.el7.x86_64.rpm + url: https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/c/cppcheck-2.5-1.el7.x86_64.rpm validation: type: sha256 - value: 2dc02d638988e7341722a6939373f5124c34e9cc3987a7a3de452163b89d116b + value: 2d7a593327d957bd2d6411152aee28e62c7aedd4fab7b5e603f4c0914aeae5db maintainers: - email: "michael.doran@lmco.com"