Skip to content

Commit b737108

Browse files
author
Paul
committed
Fixes tests
1 parent ba210ba commit b737108

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scanners/gitleaks/parser/parser.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ test("should properly parse gitleaks json file", async () => {
130130
],
131131
},
132132
"category": "Potential Secret",
133-
"description": "The name of the rule which triggered the finding: File names with Potential keys and credentials",
134-
"name": "File names with Potential keys and credentials",
133+
"description": "The name of the rule which triggered the finding: File names with potential keys and credentials",
134+
"name": "File names with potential keys and credentials",
135135
"osi_layer": "APPLICATION",
136136
"severity": "LOW",
137137
},

0 commit comments

Comments
 (0)