Skip to content

Commit 17e9e5c

Browse files
committed
Fix Trivy scan Jenkins job
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 108024]
1 parent 8be0a6c commit 17e9e5c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

prj/etc/trivyignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Ignore - erroneously flagging org.apache.maven.shared:maven-shared-utils version 3.1.0
2+
# we are using version 3.3.4 where this issue has been fixed
3+
CVE-2022-29599
4+
5+
# Also reported by dependency scan. From Jaeger thru OKHttp
6+
CVE-2023-3635
7+
8+
# Also reported by dependency scan. Kotlin libraries pulled in via Jaeger from OKHttp
9+
CVE-2020-29582
10+
CVE-2022-24329
11+
12+
# Also reported by dependency scan. Commons IO pulled in by Maven Plugin API
13+
# not shipped by us and no later version available
14+
CVE-2021-29425

0 commit comments

Comments
 (0)