You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by fm...@apache.org on 2024/01/25 12:46:44 UTC

(camel-spring-boot) 31/40: Add snyk file to ignore tests in SAST analysis

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

fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit c36fe3d1d0925e768e8c51618318943c0a8ffc6e
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Fri Oct 27 10:05:26 2023 -0400

    Add snyk file to ignore tests in SAST analysis
---
 .gitignore | 1 +
 .snyk      | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5d69a553e4d..513921af691 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ target
 *.ipr
 *.iws
 .idea
+.dccache
 .DS_Store
 .classpath
 .ekstazi
diff --git a/.snyk b/.snyk
new file mode 100644
index 00000000000..cc61c4dc110
--- /dev/null
+++ b/.snyk
@@ -0,0 +1,4 @@
+exclude:
+    global:
+        - "*IT.java"
+        - "*Test.java"