nicoloboschi opened a new pull request, #17568: URL: https://github.com/apache/pulsar/pull/17568
### Motivation Currently for every pull a new runner is requested to run the Owasp check. If your pull doesn't change a pom.xml file, the workflow exits without doing nothing. Moving it inside the main workflow will bring these benefits: - The runner will be created only if actually necessary - The artifacts will be reused from the main build step ### Modifications * Moved inside Pulsar CI workflow * Added a new changes filter `need_owasp`. I thought to use `poms_only` initially but it may be misleading since it also check for owasp suppressions files. - [x] `doc-not-needed` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
