Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 347 Bytes

File metadata and controls

18 lines (14 loc) · 347 Bytes

odc

Docker Pulls

Run OWASP dependency-check offline

Usage

docker run --rm \
  -e user=$USER \
  -u `id -u $USER`:`id -g $USER` \
  -v `pwd`:/src:z \
  liyujun/odc \
  --scan /src \
  --format "ALL" \
  --out /src/reports