UNCLASSIFIED

README.md 957 Bytes
Newer Older
Michael Desantis's avatar
Michael Desantis committed
1
# OWASP Dependency Check  Container Version 6.2.2
Goran Osim's avatar
Goran Osim committed
2

3 4 5 6 7 8 9 10 11 12 13
## 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.
Michael Desantis's avatar
Michael Desantis committed
14
ARG SDP_BUILD_DEPENDENCY_VERSION  = defines the release in https://github.com/boozallen/sdp-images/releases that the dependency bundle should be pulled from - default dcar-2.1
15 16 17 18
```

Recommended resources for the image:

Karpagam Balan's avatar
Karpagam Balan committed
19
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.