A ddb jsonnet package (djp).
OWASP Dependency Check djp package.
ddb.yml
cookiecutter:
templates:
- template: gh:inetum-orleans/djp-owasp-dependency-check
docker-compose.yml.jsonnet
ddb.Compose(
ddb.with(
import '.docker/djp-owasp-dependency-check/djp.libjsonnet',
params={global: true, args: ['--format ="\ALL\" --enableExperimental']}
)
)
name | type | description |
---|---|---|
global | boolean | Should the binary be global ? |
args | string | Additional arguments for dependency-check |
Please check jsonnet feature to understand how to include a djp package inside a ddb project.
Looking for other djp packages ? Check github repositories starting with djp-
.