From c6a24004006fc634eed16d0646a32d1a55a3b6b9 Mon Sep 17 00:00:00 2001 From: Karpagam Balan Date: Mon, 9 Mar 2020 14:21:21 -0400 Subject: [PATCH] Staretd a feature branch amd moved contents to root folder and added version into the README file --- 5.2.4/README.md | 19 ------------------- 5.2.4/Dockerfile => Dockerfile | 0 5.2.4/LICENSE => LICENSE | 0 README.md | 19 ++++++++++++++++++- 5.2.4/download.json => download.json | 0 5 files changed, 18 insertions(+), 20 deletions(-) delete mode 100644 5.2.4/README.md rename 5.2.4/Dockerfile => Dockerfile (100%) rename 5.2.4/LICENSE => LICENSE (100%) rename 5.2.4/download.json => download.json (100%) diff --git a/5.2.4/README.md b/5.2.4/README.md deleted file mode 100644 index 8957c33..0000000 --- a/5.2.4/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# OWASP Dependency Check Container - -## Introduction - -This container hosts the OWASP Dependency Check application to be used as part of the Solution Delivery Platform. - -## Container Variables - -The following is a list of variables: -``` -ARG BASE_REGISTRY = defines the registry portion of the OS image to be used in the FROM command. -ARG BASE_IMAGE = defines the image portion of the OS image to be used in the FROM command. -ARG BASE_TAG = defines the tag portion of the OS image to be used in the FROM command. -ARG SDP_BUILD_DEPENDENCY_VERSION = defines the release in https://github.com/boozallen/sdp-images/releases that the dependency bundle should be pulled form - default dcar-0.4 -``` - -Recommended resources for the image: - -The Jenkins agent on the Solutions Delivery Platform will run this container as pasrt of thebuild pipeline. All resources are inherited at runtime from the Jenkins Agent container. diff --git a/5.2.4/Dockerfile b/Dockerfile similarity index 100% rename from 5.2.4/Dockerfile rename to Dockerfile diff --git a/5.2.4/LICENSE b/LICENSE similarity index 100% rename from 5.2.4/LICENSE rename to LICENSE diff --git a/README.md b/README.md index 0200ed3..c2e17d4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# dependency-check +# OWASP Dependency Check Container Version 5.2.4 +## Introduction + +This container hosts the OWASP Dependency Check application to be used as part of the Solution Delivery Platform. + +## Container Variables + +The following is a list of variables: +``` +ARG BASE_REGISTRY = defines the registry portion of the OS image to be used in the FROM command. +ARG BASE_IMAGE = defines the image portion of the OS image to be used in the FROM command. +ARG BASE_TAG = defines the tag portion of the OS image to be used in the FROM command. +ARG SDP_BUILD_DEPENDENCY_VERSION = defines the release in https://github.com/boozallen/sdp-images/releases that the dependency bundle should be pulled form - default dcar-0.4 +``` + +Recommended resources for the image: + +The Jenkins agent on the Solutions Delivery Platform will run this container as pasrt of thebuild pipeline. All resources are inherited at runtime from the Jenkins Agent container. diff --git a/5.2.4/download.json b/download.json similarity index 100% rename from 5.2.4/download.json rename to download.json -- GitLab