We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8b14a commit 80c4f31Copy full SHA for 80c4f31
src/tests/mocks.ts
@@ -49,7 +49,8 @@ export const scanTextResponse = {
49
"codepointRange": {
50
"start": 25,
51
"end": 41
52
- }
+ },
53
+ "commitHash": ""
54
},
55
"matchedDetectionRuleUUIDs": [],
56
"matchedDetectionRules": [
src/types/scanText.ts
@@ -26,10 +26,12 @@ export namespace ScanText {
26
location: {
27
byteRange: FindingRange
28
codepointRange: FindingRange
29
+ commitHash: string
30
};
31
redactedLocation?: {
32
33
34
35
}
36
matchedDetectionRuleUUIDs: any[]
37
matchedDetectionRules: string[]
0 commit comments