Skip to content

Port SAST orchestration engine to Dependency Scanning

#5232 (closed) introduced a new orchestrator, letting the users provide their own Docker images. As most of the work is common between SAST and Dependency Scanning, we can share a large portion of the code. The differences between the 2 final executables:

  • List of images
  • Schema of reported issues is not the same (to be confirmed)

TODO

Edited by Fabien Catteau