Skip to content

Commit

Permalink
fix: change gcp permissions to custom roles
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidabbm committed Nov 30, 2023
1 parent 13eca01 commit f200a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/scan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function getResultType(cloudProvider: keyof typeof CloudProviders) {
case 'aws':
return 'Policies';
case 'gcp':
return 'Permissions';
return 'Custom Roles';
default:
return 'Result';
}
Expand Down

0 comments on commit f200a05

Please sign in to comment.