walterddr commented on code in PR #10144:
URL: https://github.com/apache/pinot/pull/10144#discussion_r1081538383


##########
.github/workflows/pinot_vuln_check.yml:
##########
@@ -19,18 +19,8 @@
 
 name: Pinot Dependencies
 on:
-  push:
-    branches:
-      - master
-  pull_request:
-    branches:
-      - master
-    paths:
-      - "**/pom.xml"
-      - "**/package.json"
-      - "**/package-lock.json"
-      - "docker/images/pinot/**"
-      - ".github/workflows/**"
+  schedule:

Review Comment:
   i would say let's be more restrictive in the glob pattern when triggering 
this vuln check. for example package-lock.json, DOCKERFILE, pom.xml i think all 
the problem originated from the fact that all files under docker image folder 
was matched



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to