From 8ec2954c9122f18cc731868a62599be411bf6a8b Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Tue, 1 Mar 2022 15:56:22 +0200 Subject: [PATCH] [Build] Remove owasp-dep-check from required checks (#14512) - OWASP dependency check shouldn't be a required check - when a new vulnerability occurs, it blocks all PRs that change pom.xml files if his check is a required check. --- .asf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 6be23f95be14a..6d6ef3fbf39ec 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -56,7 +56,6 @@ github: - cpp-tests - function-state - messaging - - owasp-dep-check - process - pulsar-ci-test (group1) - pulsar-ci-test (group2)