Skip to content

Commit

Permalink
fixed github secret scanning tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
salemxd committed May 22, 2024
1 parent de6454f commit 4bc037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/GitHubTools.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
enum GitHub_Tools {
DEPENDABOT = 'Dependabot',
CODEQL = 'CodeQL',
GitHub_SECRET_SCANNING = 'GithubSecretScanning',
GitHub_SECRET_SCANNING = 'GitHub',
}

export default GitHub_Tools;

0 comments on commit 4bc037e

Please sign in to comment.