Skip to content

Commit

Permalink
nit: fix jitpack tag (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishansairam9 committed Jan 30, 2024
1 parent 9d6dadb commit bb90a30
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
# org.yaml:snakeyaml (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2022-1471 exp:2023-12-31
CVE-2022-1471 exp:2024-02-28

# net.minidev:json-smart (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2023-1370 exp:2023-12-31
CVE-2023-1370 exp:2024-02-28

# org.apache.helix:helix-core (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2023-38647 exp:2023-12-31
CVE-2023-38647 exp:2024-02-28

# org.apache.avro:avro (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2023-39410 exp:2023-12-31
CVE-2023-39410 exp:2024-02-28

# org.apache.zookeeper:zookeeper (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2023-44981 exp:2023-12-31
CVE-2023-44981 exp:2024-02-28

# io.netty:netty-codec-http2 (from upstream opensource shaded dependency. will be taken care during upgrade.)
GHSA-xpw8-rcwv-8f8p exp:2023-12-31
GHSA-xpw8-rcwv-8f8p exp:2024-02-28

# com.fasterxml.jackson
CVE-2022-42003 exp:2024-02-28
CVE-2022-42004 exp:2024-02-28

# com.google.oauth-client:google-oauth-client
CVE-2021-22573 exp:2024-02-28
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amd64/ubuntu:jammy AS builder

ARG PINOT_VERSION=1.0.0
ARG JITPACK_REPO=hypertrace/incubator-pinot
ARG JITPACK_TAG=hhypertrace-1.0.0-rc2
ARG JITPACK_TAG=hypertrace-1.0.0-rc2

ENV PINOT_HOME=/opt/pinot

Expand Down

0 comments on commit bb90a30

Please sign in to comment.