sechub icon indicating copy to clipboard operation
sechub copied to clipboard

Client: getStatus / getReport default to "latest" (without job-UUID)

Open superlars1337 opened this issue 3 years ago • 2 comments

Problem

client requires a UUID to get the report We are running SecHub each night in an automated pipeline - and I want to check the latest results on my laptop. Therefore I have to find the current uuid in the pipeline report...

Solution

deliver "latest" report when no uuid is given -or- define uuid "latest" which points to the latest report this will save a lot of time and makes it more userfriendly

Impact commands

  • getStatus
  • getReport

Depends on #928

superlars1337 avatar Feb 08 '21 08:02 superlars1337

See: #367

Jeeppler avatar Nov 30 '21 10:11 Jeeppler

Good idea! :+1: Created #928 for implementation on server side. Once it is implemented, the client can be extended to default to "latest" if no SecHub job UUID is provided.

sven-dmlr avatar Jan 03 '22 16:01 sven-dmlr