diff --git a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-report.service.ts b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-report.service.ts index c2cddc32d63..8aa674496d2 100644 --- a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-report.service.ts +++ b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-report.service.ts @@ -250,7 +250,7 @@ export class RiskInsightsReportService { data: ApplicationHealthReportDetail[], organizationId: OrganizationId, ): Promise { - const cipherViews = await this.cipherService.getAllFromApiForOrganization(organizationId); + const cipherViews = await this.cipherService.getAllFromApiForOrganization(organizationId, true); const dataWithCiphers = data.map( (app, index) =>