Skip to content

Commit

Permalink
Merging up to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Nov 18, 2024
2 parents b68c613 + 6d7605f commit 4e0b629
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ on:

jobs:
build-publish-docker:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v23
with:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v3
with:
failure_severity: ${{ inputs.failure_severity || 'CRITICAL,HIGH' }}
fail_on_error: ${{ inputs.fail_on_error || true }}
java_version: 21
Expand Down
7 changes: 6 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
# for more details
# e.g.
# CVE-2022-3996

# https://thetradedesk.atlassian.net/browse/UID2-4460
CVE-2024-47535

# https://thetradedesk.atlassian.net/browse/UID2-4461
CVE-2024-7254
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.uid2</groupId>
<artifactId>uid2-admin</artifactId>
<version>5.15.18</version>
<version>5.15.24</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -17,6 +17,7 @@
<micrometer.version>1.12.2</micrometer.version>
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<uid2-shared.version>7.21.1-alpha-157-SNAPSHOT</uid2-shared.version>
<uid2-shared.version>7.21.7</uid2-shared.version>
<okta-jwt.version>0.5.10</okta-jwt.version>
<image.version>${project.version}</image.version>
</properties>
Expand Down

0 comments on commit 4e0b629

Please sign in to comment.