From 53ad5b8e24a71e75f296d2da98a640592e732bc0 Mon Sep 17 00:00:00 2001 From: cspicer Date: Mon, 11 Jan 2021 17:00:23 -0500 Subject: [PATCH] updated hardening_manifest.yaml --- hardening_manifest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 295a1bb..c581575 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -13,20 +13,20 @@ tags: # Build args passed to Dockerfile ARGs args: - BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.3" + BASE_IMAGE: "redhat/openjdk/openjdk8" + BASE_TAG: "1.8.0" # Docker image labels labels: org.opencontainers.image.title: "dependency-check" ## Human-readable description of the software packaged in the image - org.opencontainers.image.description: "FIXME" + org.opencontainers.image.description: "OWASP Dependency Check for vulnerability scanning code dependency files" ## License(s) under which contained software is distributed - org.opencontainers.image.licenses: "FIXME" + org.opencontainers.image.licenses: "https://github.com/boozallen/sdp-images/blob/master/LICENSE.md" ## URL to find more information on the image # org.opencontainers.image.url: "FIXME" ## Name of the distributing entity, organization or individual - org.opencontainers.image.vendor: "FIXME" + org.opencontainers.image.vendor: "Booz Allen Hamilton" org.opencontainers.image.version: "6.0.3" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" -- GitLab