We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886ca02 commit 43d5e9eCopy full SHA for 43d5e9e
sdarq/frontend/src/app/app-routing.module.ts
@@ -35,6 +35,7 @@ const routes: Routes = [
35
{ path: 'generalServiceQuestionnaire', component: FormComponent },
36
{ path: '3rd-party-app-questionnaire', component: AppFormComponent },
37
{ path: 'new-3rd-party-app', component: AppsMainpageComponent },
38
+ { path: 'cis/scan', component: CisScanComponent },
39
{ path: 'gcp-project-security-posture/latest', component: CisComponent },
40
{ path: 'gcp-project-security-posture/results', component: CisResultsComponent },
41
{ path: 'gcp-project-security-posture/scan', component: CisScanComponent },
0 commit comments