Skip to content

Commit 47a398c

Browse files
committed
feat: exclude subscription from scan report
1 parent 5e4a760 commit 47a398c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/reports/scan-report.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const servicesToIgnore = [
3131
/^label$/,
3232
/^billing$/,
3333
/Findings$/,
34+
/^subscription$/,
3435
]
3536

3637
// TODO: come back and add tests once testing strategy is determined

0 commit comments

Comments
 (0)