Skip to content

Commit 7a4b0e9

Browse files
committed
fix product name
1 parent bab315f commit 7a4b0e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/github/tools.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func InitToolsets(passedToolsets []string, readOnly bool, getClient GetClientFn,
7373
toolsets.NewServerTool(GetCodeScanningAlert(getClient, t)),
7474
toolsets.NewServerTool(ListCodeScanningAlerts(getClient, t)),
7575
)
76-
secretSecurity := toolsets.NewToolset("secret_security", "Secret security related tools, such as GitHub Secret Scanning").
76+
secretProtection := toolsets.NewToolset("secret_protection", "Secret protection related tools, such as GitHub Secret Scanning").
7777
AddReadTools(
7878
toolsets.NewServerTool(GetSecretScanningAlert(getClient, t)),
7979
toolsets.NewServerTool(ListSecretScanningAlerts(getClient, t)),
@@ -87,7 +87,7 @@ func InitToolsets(passedToolsets []string, readOnly bool, getClient GetClientFn,
8787
tsg.AddToolset(users)
8888
tsg.AddToolset(pullRequests)
8989
tsg.AddToolset(codeSecurity)
90-
tsg.AddToolset(secretSecurity)
90+
tsg.AddToolset(secretProtection)
9191
tsg.AddToolset(experiments)
9292
// Enable the requested features
9393

0 commit comments

Comments
 (0)