Skip to content

Commit 43d5e9e

Browse files
authored
add alternate route for cis scanning page (#602)
1 parent 886ca02 commit 43d5e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdarq/frontend/src/app/app-routing.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const routes: Routes = [
3535
{ path: 'generalServiceQuestionnaire', component: FormComponent },
3636
{ path: '3rd-party-app-questionnaire', component: AppFormComponent },
3737
{ path: 'new-3rd-party-app', component: AppsMainpageComponent },
38+
{ path: 'cis/scan', component: CisScanComponent },
3839
{ path: 'gcp-project-security-posture/latest', component: CisComponent },
3940
{ path: 'gcp-project-security-posture/results', component: CisResultsComponent },
4041
{ path: 'gcp-project-security-posture/scan', component: CisScanComponent },

0 commit comments

Comments
 (0)