Skip to content

Commit

Permalink
fix: Don't make errors in the analysis fail the build, as these seem …
Browse files Browse the repository at this point in the history
…to occur randomly.
  • Loading branch information
chrisdutz committed Dec 26, 2021
1 parent 4a1e95c commit 3ea3544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,8 @@
<!-- Fail the build on any CVE, which is not considered minor -->
<failBuildOnCVSS>4</failBuildOnCVSS>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<failOnError>true</failOnError>
<!-- On some systems some analysis seems to randomly fail ... don't let this fail the build -->
<failOnError>false</failOnError>
<excludes>
<!-- For some reason the plugin detects our ADS driver as TwinCAT for which CVEs exist. -->
<exclude>org.apache.plc4x:plc4j-driver-ads</exclude>
Expand Down

0 comments on commit 3ea3544

Please sign in to comment.