We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1443574 + efb5f3f commit 5875f99Copy full SHA for 5875f99
1 file changed
src/reports/scan-report.ts
@@ -25,7 +25,7 @@ enum statusKeyWords {
25
connections = 'connections',
26
}
27
28
-const servicesToIgnore = [/^tag$/, /^billing$/, /Findings$/]
+const servicesToIgnore = [/^tag$/, /^label$/, /^billing$/, /Findings$/]
29
30
// TODO: come back and add tests once testing strategy is determined
31
export class ScanReport {
0 commit comments