From eb58da327d6b0cc92a26f5eb091d4fc994099c97 Mon Sep 17 00:00:00 2001 From: Vasil Ivanov Date: Tue, 22 Aug 2023 13:34:55 +0300 Subject: [PATCH 1/2] Remove a4f from ORT scan --- .ort.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ort.yml b/.ort.yml index 66b596a..e499fcd 100644 --- a/.ort.yml +++ b/.ort.yml @@ -3,6 +3,8 @@ analyzer: skip_excluded: true excludes: paths: + - pattern: "resources/oss-compliance/aliens4friends/**" + reason: "BUILD_TOOL_OF" - pattern: "poky/bitbake/**" reason: "BUILD_TOOL_OF" comment: "Toaster is a web interface used to configure and run builds" From 58e0950decdde32d729a8cf30a53da2924c8b672 Mon Sep 17 00:00:00 2001 From: Vasil Ivanov Date: Tue, 22 Aug 2023 14:15:36 +0300 Subject: [PATCH 2/2] Update .ort.yml