You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/08/30 07:58:45 UTC

[plc4x] branch develop updated: fix(build): Disabled the dependency-check for now completely as there was a cascade of reporting false positives

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5aaf204e4 fix(build): Disabled the dependency-check for now completely as there was a cascade of reporting false positives
5aaf204e4 is described below

commit 5aaf204e4499d6b7d5f857a51e714a58e87390a1
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Aug 30 09:58:38 2022 +0200

    fix(build): Disabled the dependency-check for now completely as there was a cascade of reporting false positives
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b5ab3f94..61e5270d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1694,7 +1694,8 @@
       <id>jenkins-build</id>
       <properties>
         <skip-code-generation-tests>false</skip-code-generation-tests>
-        <skip-dependency-cve-scan>false</skip-dependency-cve-scan>
+        <!-- Disabled this for now as it was just continiuously reporting false positives -->
+        <skip-dependency-cve-scan>true</skip-dependency-cve-scan>
         <enable-all-tests>true</enable-all-tests>
       </properties>
     </profile>
@@ -1703,7 +1704,8 @@
       <id>enable-all-checks</id>
       <properties>
         <skip-code-generation-tests>false</skip-code-generation-tests>
-        <skip-dependency-cve-scan>false</skip-dependency-cve-scan>
+        <!-- Disabled this for now as it was just continiuously reporting false positives -->
+        <skip-dependency-cve-scan>true</skip-dependency-cve-scan>
         <enable-all-tests>true</enable-all-tests>
       </properties>
       <build>