diff --git a/5.2.4/README.md b/5.2.4/README.md deleted file mode 100644 index 8957c330766603d45c82f9fe8b7e754e2e970a4f..0000000000000000000000000000000000000000 --- 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 0200ed376c5aa1b7bc02a87fdd1657e3f5769b4f..c2e17d484f311e37c2c1036e6af44e66de07dcd1 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