Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/release-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:

e2e-test:
name: E2E Test
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3
# Temporarily using branch with debug logging - revert to @v3 after debugging
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@wzh-UDI2-6362-give-private-oeprators-site-id-124
needs: Image
with:
operator_type: public
Expand Down
2 changes: 2 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ CVE-2025-64720 exp:2026-06-05
# UID2-6340
CVE-2025-65018 exp:2026-06-05

# UID2-6362 - Investigating, added for E2E testing
CVE-2025-66293 exp:2025-12-31
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.uid2</groupId>
<artifactId>uid2-core</artifactId>
<version>2.30.56</version>
<version>2.30.59-alpha-167-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -24,7 +24,7 @@
<vertx.verticle>com.uid2.core.vertx.CoreVerticle</vertx.verticle>
<launcher.class>io.vertx.core.Launcher</launcher.class>

<uid2-shared.version>11.1.91</uid2-shared.version>
<uid2-shared.version>11.1.119-alpha-326-SNAPSHOT</uid2-shared.version>
<image.version>${project.version}</image.version>
</properties>

Expand Down