From 4d29d5af629266cd9912e0776e54d446eee42e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:46:57 +0100 Subject: [PATCH] chore(goss): remove CST from goss linus as already in common (#1096) * chore(goss): remove CST from goss linus as already in common * chore remove v --- goss/goss-common.yaml | 2 +- goss/goss-linux.yaml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/goss/goss-common.yaml b/goss/goss-common.yaml index 34744325c..11886fbb6 100644 --- a/goss/goss-common.yaml +++ b/goss/goss-common.yaml @@ -17,7 +17,7 @@ command: exec: container-structure-test version exit-status: 0 stdout: - - v1.16.0 + - 1.16.0 default_java: exec: java --version exit-status: 0 diff --git a/goss/goss-linux.yaml b/goss/goss-linux.yaml index 75c18b5b7..bce72e392 100644 --- a/goss/goss-linux.yaml +++ b/goss/goss-linux.yaml @@ -13,11 +13,6 @@ command: chromium-browser: exec: chromium-browser --version exit-status: 0 - container-structure-test: - exec: container-structure-test version - exit-status: 0 - stdout: - - 1.16.0 datadog-agent: exec: datadog-agent version exit-status: 0