From e9058675ba345c3285bc2165c1798b9bd0291986 Mon Sep 17 00:00:00 2001 From: cspicer Date: Mon, 25 Jan 2021 15:12:35 -0500 Subject: [PATCH] corrected license in manifest --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5744d64..1b478c4 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -22,7 +22,7 @@ labels: ## Human-readable description of the software packaged in the image 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: "https://github.com/boozallen/sdp-images/blob/master/LICENSE.md" + org.opencontainers.image.licenses: "Booz Allen Public License v1.0" ## URL to find more information on the image org.opencontainers.image.url: "https://github.com/boozallen/sdp-images" ## Name of the distributing entity, organization or individual -- GitLab