nicoloboschi commented on code in PR #17568:
URL: https://github.com/apache/pulsar/pull/17568#discussion_r966719190


##########
.github/workflows/pulsar-ci.yaml:
##########
@@ -126,6 +128,79 @@ jobs:
         with:
           action: wait
 
+  owasp-dep-check:
+    name: OWASP dependency check
+    runs-on: ubuntu-20.04
+    timeout-minutes: 120
+    needs: [ 'changed_files_job', 'build-and-license-check' ]

Review Comment:
   it makes sense. I modified it. It's better after the integration tests and 
in parallel with system-tests to make sure contributors will have the result at 
the same time for the system tests and the owasp check



-- 
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]

Reply via email to