We got a go client which does read the sechub.json file and does all stuff.
But at some situations - e.g. when using SecHub from another software system - using REST API is necessary instead of using the native client.
Target:
For java we could simply provide a nice, small and convenient java library for automation.
To think about
How should we do the rest calls here? Should we use spring boot (so not small any more...) or maybe just provide a helper class to create URLs easier and some POJOs and the communication could be done by callers themself.
We got a go client which does read the sechub.json file and does all stuff.
But at some situations - e.g. when using SecHub from another software system - using REST API is necessary instead of using the native client.
Target: For
java
we could simply provide a nice, small and convenient java library for automation.To think about How should we do the rest calls here? Should we use spring boot (so not small any more...) or maybe just provide a helper class to create URLs easier and some POJOs and the communication could be done by callers themself.