Skip to content

Commit 5875f99

Browse files
committed
Merge branch 'feature/CG-530' into 'master'
CG-530: fix(scan-report): ignore label service Closes CG-530 See merge request auto-cloud/cloudgraph/cli!201
2 parents 1443574 + efb5f3f commit 5875f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)