Skip to content

Commit efb5f3f

Browse files
author
Christopher Brandt
committed
fix(scan-report): ignore label service
1 parent 6f58f5f commit efb5f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/reports/scan-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ enum statusKeyWords {
2525
connections = 'connections',
2626
}
2727

28-
const servicesToIgnore = [/^tag$/, /^billing$/, /Findings$/]
28+
const servicesToIgnore = [/^tag$/, /^label$/, /^billing$/, /Findings$/]
2929

3030
// TODO: come back and add tests once testing strategy is determined
3131
export class ScanReport {

0 commit comments

Comments
 (0)