From 842fb7196bbce1af0e7ef8ac341f54f59b564d18 Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Mon, 16 Aug 2021 18:47:32 +0000 Subject: [PATCH 1/2] update to cppcheck-2.5-1.el7.x86_64.rpm --- hardening_manifest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 1185e40..2853a58 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" -- GitLab From b619cc6db74bb9b144591000b8835bd54a8889a5 Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Mon, 16 Aug 2021 18:48:36 +0000 Subject: [PATCH 2/2] update to cppcheck-2.5-1.el7.x86_64.rpm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 952b0d3..664a127 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 -- GitLab