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

Make integration tests (GitHub Actions) platform independent #3148

Closed hamidonos closed 4 months ago

hamidonos commented 4 months ago

Situation

Running integration tests in GitHub Actions is currently not possible if you don't use a Linux based architecture.

ToDo

Refactor the code so that OS relevant commands are platform independent. No hardcoded Linux based commands. Use libraries that resolve the architecture automatically.