Skip to content

Commit e349505

Browse files
jatakiajanvi12Janvi Jatakia (from Dev Box)
andauthored
Updating telegraf to version 1.27.2 (#1048)
* Updating telegraf to version 1.27.2 * Updating trivyignore --------- Co-authored-by: Janvi Jatakia (from Dev Box) <jajataki@microsoft.com>
1 parent a030f6e commit e349505

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.trivyignore

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
# telegraf MEDIUM
2-
CVE-2019-3826
3-
CVE-2023-28841
4-
CVE-2023-28842
5-
CVE-2023-25809
6-
GHSA-2w8w-qhg4-f78j
7-
8-
# telegraf HIGH
9-
CVE-2023-27561
10-
CVE-2023-28840
11-
CVE-2023-28642
12-
CVE-2023-2253
13-
CVE-2023-34231
14-
1+
#telegraf MEDIUM
152
GHSA-2w8w-qhg4-f78j
163

174
# ruby HIGH

kubernetes/linux/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sudo tdnf install jq-1.6-1.cm2 -y
6767
#used to setcaps for ruby process to read /proc/env
6868
sudo tdnf install libcap -y
6969

70-
sudo tdnf install telegraf-1.26.0 -y
70+
sudo tdnf install telegraf-1.27.2 -y
7171
telegraf_version=$(sudo tdnf list installed | grep telegraf | awk '{print $2}')
7272
echo "telegraf $telegraf_version" >> packages_version.txt
7373
mv /usr/bin/telegraf /opt/telegraf

0 commit comments

Comments
 (0)