From 80485f5a9cf7a5aaccd7c3a0b14c6565f473ab18 Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Fri, 21 Nov 2025 03:28:00 +0000 Subject: [PATCH] Update Scout CVEs for the tests Signed-off-by: Remy Suen --- internal/scout/service_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/scout/service_test.go b/internal/scout/service_test.go index 93256cd..3fbd84d 100644 --- a/internal/scout/service_test.go +++ b/internal/scout/service_test.go @@ -391,7 +391,7 @@ func TestGetHovers_IgnoresSpecifics(t *testing.T) { result: &protocol.Hover{ Contents: protocol.MarkupContent{ Kind: protocol.MarkupKindMarkdown, - Value: "Image vulnerabilities: 0C 0H 2M 5L \r\n\r\nRecommended tags:\n\n\n\n\n
25.04 0C 0H 2M 4L
25.10 0C 0H 0M 0L
\n", + Value: "Image vulnerabilities: 0C 0H 2M 5L \r\n\r\nRecommended tags:\n\n\n\n\n\n
26.04 0C 0H 0M 0L
25.04 0C 0H 2M 4L
25.10 0C 0H 0M 0L
\n", }, }, }, @@ -407,7 +407,7 @@ func TestGetHovers_IgnoresSpecifics(t *testing.T) { result: &protocol.Hover{ Contents: protocol.MarkupContent{ Kind: protocol.MarkupKindMarkdown, - Value: "Recommended tags:\n\n\n\n\n
25.04 0C 0H 2M 4L
25.10 0C 0H 0M 0L
\n", + Value: "Recommended tags:\n\n\n\n\n\n
26.04 0C 0H 0M 0L
25.04 0C 0H 2M 4L
25.10 0C 0H 0M 0L
\n", }, }, },