From 47a398c16af7f6ddf2b9078fc5eeaaa8aea27bb6 Mon Sep 17 00:00:00 2001 From: "mariano.pizarro" Date: Wed, 27 Jul 2022 18:28:19 -0300 Subject: [PATCH] feat: exclude subscription from scan report --- src/reports/scan-report.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reports/scan-report.ts b/src/reports/scan-report.ts index b51fab8..6d4a339 100644 --- a/src/reports/scan-report.ts +++ b/src/reports/scan-report.ts @@ -31,6 +31,7 @@ const servicesToIgnore = [ /^label$/, /^billing$/, /Findings$/, + /^subscription$/, ] // TODO: come back and add tests once testing strategy is determined