UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 53ad5b8e authored by Casey Spicer's avatar Casey Spicer
Browse files

updated hardening_manifest.yaml

parent cdbddff2
Pipeline #126119 passed with stages
in 17 minutes and 25 seconds
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment