From 8d2dd6874b31ffe57869cce3c6fba83b37afc724 Mon Sep 17 00:00:00 2001 From: cspicer Date: Mon, 25 Jan 2021 14:58:02 -0500 Subject: [PATCH] updated hardening_manifest.yaml --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index c581575..5744d64 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -24,16 +24,16 @@ labels: ## License(s) under which contained software is distributed 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" + org.opencontainers.image.url: "https://github.com/boozallen/sdp-images" ## Name of the distributing entity, organization or individual 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" + mil.dso.ironbank.image.keywords: "OWASP, dependency, check, dependency-check, SDP, cve, scanner, scan" ## This value can be "opensource" or "commercial" - # mil.dso.ironbank.image.type: "FIXME" + mil.dso.ironbank.image.type: "opensource" ## Product the image belongs to for grouping multiple images - # mil.dso.ironbank.product.name: "FIXME" + mil.dso.ironbank.product.name: "Solutions Delivery Platform" # List of resources to make available to the offline build context resources: -- GitLab