Skip to content

Commit a45b538

Browse files
authored
Merge pull request #98 from cloudgraphdev/feature/CG-1268
feat: exclude subscription from scan report
2 parents 5e4a760 + 47a398c commit a45b538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)