diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 295a1bbc050173b4b6bbda69d8c68fcd9279ca02..c581575ef57c7f3b4a80f078dbdad9aa8236008c 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"