mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
260 stars 63 forks source link

Create Scheduler REST endpoint to fetch masked SecHub configuration at SecHub #3266

Open de-jcup opened 3 months ago

de-jcup commented 3 months ago

Situation

Sometimes administrators or users wants to know a SecHub configuration for a job. For example to check which kind of scans were configured, which files were excluded etc. But currently there is no dedicated way to handle this.

:information_source: This is a sub issue of #3250

Wanted

Users and administrators shall be able to fetch a SecHub configuration for a created SecHub job. But sensitive data shall be masked.

Solution