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