From cdbddff27c6ae073bd6764089ccc2fa70967b526 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Fri, 11 Dec 2020 17:59:02 +0000 Subject: [PATCH] Update hardening_manifest.yaml --- hardening_manifest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 2e68eb3..295a1bb 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -20,13 +20,13 @@ args: 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: "FIXME" ## License(s) under which contained software is distributed - # org.opencontainers.image.licenses: "FIXME" + org.opencontainers.image.licenses: "FIXME" ## 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: "FIXME" org.opencontainers.image.version: "6.0.3" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" -- GitLab