Skip to content

Commit bb90a30

Browse files
author
Kishan Sairam Adapa
authored
nit: fix jitpack tag (#137)
1 parent 9d6dadb commit bb90a30

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.trivyignore

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# org.yaml:snakeyaml (from upstream opensource shaded dependency. will be taken care during upgrade.)
2-
CVE-2022-1471 exp:2023-12-31
2+
CVE-2022-1471 exp:2024-02-28
33

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

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

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

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

1616
# io.netty:netty-codec-http2 (from upstream opensource shaded dependency. will be taken care during upgrade.)
17-
GHSA-xpw8-rcwv-8f8p exp:2023-12-31
17+
GHSA-xpw8-rcwv-8f8p exp:2024-02-28
18+
19+
# com.fasterxml.jackson
20+
CVE-2022-42003 exp:2024-02-28
21+
CVE-2022-42004 exp:2024-02-28
22+
23+
# com.google.oauth-client:google-oauth-client
24+
CVE-2021-22573 exp:2024-02-28

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM amd64/ubuntu:jammy AS builder
22

33
ARG PINOT_VERSION=1.0.0
44
ARG JITPACK_REPO=hypertrace/incubator-pinot
5-
ARG JITPACK_TAG=hhypertrace-1.0.0-rc2
5+
ARG JITPACK_TAG=hypertrace-1.0.0-rc2
66

77
ENV PINOT_HOME=/opt/pinot
88

0 commit comments

Comments
 (0)