From 3c50cc1792d42ce3c2318c69cd2c87a17f067b49 Mon Sep 17 00:00:00 2001 From: Sunny Wu Date: Fri, 20 Feb 2026 17:10:45 +1100 Subject: [PATCH 1/2] UID2-6620: Upgrade aquasecurity/trivy-action from 0.14.0 to 0.34.0 The Azure Private Operator Build Image job was failing because trivy-action@0.14.0 uses Docker client API version 1.43, which is incompatible with the runner's Docker daemon that now requires a minimum API version of 1.44. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/publish-azure-cc-enclave-docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-azure-cc-enclave-docker.yaml b/.github/workflows/publish-azure-cc-enclave-docker.yaml index 552ff56c2..45a91e220 100644 --- a/.github/workflows/publish-azure-cc-enclave-docker.yaml +++ b/.github/workflows/publish-azure-cc-enclave-docker.yaml @@ -128,7 +128,7 @@ jobs: BUILD_TARGET=${{ env.ENCLAVE_PROTOCOL }} - name: Generate Trivy vulnerability scan report - uses: aquasecurity/trivy-action@0.14.0 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ steps.meta.outputs.tags }} format: 'sarif' @@ -144,7 +144,7 @@ jobs: sarif_file: 'trivy-results.sarif' - name: Test with Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.14.0 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ steps.meta.outputs.tags }} format: 'table' From 94f6e4e65f61afe4322ca0bb7cae60be09b6022d Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Fri, 20 Feb 2026 06:25:51 +0000 Subject: [PATCH 2/2] [CI Pipeline] Released Snapshot version: 5.66.6-alpha-665-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f0838f908..16ff24da5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.66.5 + 5.66.6-alpha-665-SNAPSHOT UTF-8