Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 283 Bytes

File metadata and controls

9 lines (7 loc) · 283 Bytes

Security Scanner in Docker

Run locally

  • Build: docker build -t ${PWD##*/} .
  • Create /tmp/input/input.txt and /tmp/output.
  • Run: docker run -it --rm -v /tmp/input:/input -v /tmp/output:/output ${PWD##*/}:latest

Parameters

  • Run Docker with --help as parameter.