Netcentric / pickaxe-security-scanner

Pickaxe is a fast and customizable security scan library which simplifies security testing for web applications like Adobe Experience Manager or API services. It can be plugged into a maven build to execute build-in checks or custom user provided security checks. Custom security checks can be defined via YAML files or a groovy based DSL.
Eclipse Public License 1.0
13 stars 3 forks source link

Security check integration tests fail in GH actions from time to time due to networking timeouts #21

Closed thomashartm closed 2 years ago

thomashartm commented 2 years ago

One issue was related to the introduction of javadoc generation. The required stubs caused classloading issues at build time. Moved to groovydoc and added required dependency

thomashartm commented 2 years ago

Standard build is still a bit fragile. On local it builds every time, seems that there is an issue with the combination of MockServer's port bindngs and GH actions

thomashartm commented 2 years ago

Did not appear in the recent past. Unit test isolation changes seemed to work