From c17028d8474e55085b51338a5be19772d0cac253 Mon Sep 17 00:00:00 2001 From: JulioSCX <158049359+JulioSCX@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:50:31 +0100 Subject: [PATCH] added filename to expected results --- .../test/positive_expected_result.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/queries/dockerfile/using_platform_with_from/test/positive_expected_result.json b/assets/queries/dockerfile/using_platform_with_from/test/positive_expected_result.json index 62086246cba..e6ca89a1bb5 100644 --- a/assets/queries/dockerfile/using_platform_with_from/test/positive_expected_result.json +++ b/assets/queries/dockerfile/using_platform_with_from/test/positive_expected_result.json @@ -2,6 +2,7 @@ { "queryName": "Using Platform Flag with FROM Command", "severity": "LOW", - "line": 6 + "line": 6, + "fileName": "positive.dockerfile" } ] \ No newline at end of file