Skip to content

Commit ebef5b4

Browse files
authored
Merge pull request #15 from DiSSCo/hotfix/trivy-04-07
spring and trivy
2 parents 5f3beba + fb414b2 commit ebef5b4

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/.trivyignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ CVE-2026-25646
66
# Issue with zlib, alpine image
77
CVE-2026-22184
88

9-
# March 23, 2026
10-
# Issue with libexpat, alpine image
11-
CVE-2026-32767
9+
# April 7, 2026
10+
# Issue with libpng, alpine image
11+
CVE-2026-33416
12+
13+
# April 7, 2026
14+
# Issue with libpng, alpine image
15+
CVE-2026-33636

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>4.0.4</version>
9+
<version>4.0.5</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>eu.dissco</groupId>

0 commit comments

Comments
 (0)