mercedes-benz / sechub

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

Write PDS job uuid as meta data #800

Open de-jcup opened 2 years ago

de-jcup commented 2 years ago

Situation

Currently we have only mapping of PDS jobs and SecHub jobs inside our Logfiles.

Wanted

An administrator shall be able to fetch PDS job uuid

Solution

We write the PDS job uuid into adapter metadata when job has been created. When #799 is implemented, the administrator will be able to fetch the sechub job uuid by reading adapter meta data for given sechub job.

de-jcup commented 2 years ago

After #643 has been implemented, this implementation will greatly simplify the handling and runtime analysis of PDS jobs. We still need two admin accounts - for security reasons - but after his a lot can then be automated.

Jeeppler commented 7 months ago

@de-jcup is this done?