This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e49e552e029 chore(ci): don't audit node deps
7e49e552e029 is described below

commit 7e49e552e029232ef664f784a9ada6e3ca593afc
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Feb 16 09:47:53 2026 +0100

    chore(ci): don't audit node deps
---
 parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 81121e4d3a7c..d10af302e5ea 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4087,6 +4087,8 @@
                         <skipTestScope>true</skipTestScope>
                         <skipSystemScope>true</skipSystemScope>
                         <format>ALL</format>
+                        
<yarnAuditAnalyzerEnabled>false</yarnAuditAnalyzerEnabled>
+                        
<nodeAuditAnalyzerEnabled>false</nodeAuditAnalyzerEnabled>
                     </configuration>
                     <executions>
                         <execution>

Reply via email to