Skip to content

Commit 7c30d36

Browse files
authored
Merge pull request #396 from IABTechLab/gdm-UID2-5192-cleanup
Cleaned up trivyignore
2 parents 6dc57e0 + b700690 commit 7c30d36

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ on: [pull_request, push, workflow_dispatch]
44
jobs:
55
build:
66
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v3
7-
secrets: inherit
87
with:
98
java_version: 21
9+
secrets: inherit

.trivyignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# List any vulnerability that are to be accepted
22
# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
33
# for more details
4-
# e.g.
5-
6-
# https://thetradedesk.atlassian.net/browse/UID2-4460
7-
CVE-2024-47535
84

95
# https://thetradedesk.atlassian.net/browse/UID2-5186
106
CVE-2024-8176 exp:2025-03-27

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sha from https://hub.docker.com/layers/amd64/eclipse-temurin/21.0.4_7-jre-alpine/images/sha256-f184bb601f9e6068dd0a92738764d1ff447ab68c15ddbf8c303c5c29de9a1df8
1+
# sha from https://hub.docker.com/layers/amd64/eclipse-temurin/21.0.6_7-jre-alpine/images/sha256-f184bb601f9e6068dd0a92738764d1ff447ab68c15ddbf8c303c5c29de9a1df8
22
FROM eclipse-temurin@sha256:f184bb601f9e6068dd0a92738764d1ff447ab68c15ddbf8c303c5c29de9a1df8
33

44
WORKDIR /app

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<okta-jwt.version>0.5.10</okta-jwt.version>
2121
<image.version>${project.version}</image.version>
2222
</properties>
23+
2324
<repositories>
2425
<repository>
2526
<id>maven-snapshots</id>
@@ -33,6 +34,7 @@
3334
</snapshots>
3435
</repository>
3536
</repositories>
37+
3638
<dependencies>
3739
<dependency>
3840
<groupId>com.google.guava</groupId>
@@ -135,7 +137,6 @@
135137
<artifactId>okta-jwt-verifier</artifactId>
136138
<version>${okta-jwt.version}</version>
137139
</dependency>
138-
139140
<dependency>
140141
<groupId>com.okta.jwt</groupId>
141142
<artifactId>okta-jwt-verifier-impl</artifactId>

0 commit comments

Comments
 (0)