Skip to content

Commit 767cbce

Browse files
authored
Merge pull request #13 from codacy/fix-name
fix: Fix name to match codacy-tools
2 parents 32b4914 + 07e3e01 commit 767cbce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc-generation/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
const (
20-
toolName = "codacy-gosec"
20+
toolName = "gosec"
2121
)
2222

2323
var docFolder string

docs/patterns.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "codacy-gosec",
2+
"name": "gosec",
33
"version": "v2.3.0",
44
"patterns": [
55
{

0 commit comments

Comments
 (0)