mercedes-benz / sechub

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

Implement caching for GitHub Actions client download #3199

Open hamidonos opened 3 weeks ago

hamidonos commented 3 weeks ago

Situation

Currently the client (20mb) is downloaded every time the build pipeline runs because no caching is implemented.

Wanted