secure-scan-js
Version:
A JavaScript implementation of Yelp's detect-secrets tool - no Python required
99 lines • 2.49 kB
JSON
{
"secrets": [
{
"file": "Services\\PaymentService.cs",
"line": 10,
"types": [
"AWS Access Key"
],
"is_false_positive": false,
"hashed_secret": "25910f981e85ca04baf359199dd0bd4a3ae738b6",
"author": "Unknown",
"email": "Unknown",
"date": "Unknown",
"commit": "Unknown",
"message": "Unknown",
"detectedBy": "detect-secrets"
},
{
"file": "Services\\PaymentService.cs",
"line": 11,
"types": [
"AWS Access Key",
"Base64 High Entropy String",
"Secret Keyword"
],
"is_false_positive": false,
"hashed_secret": "d70eab08607a4d05faa2d0d6647206599e9abc65",
"author": "Unknown",
"email": "Unknown",
"date": "Unknown",
"commit": "Unknown",
"message": "Unknown",
"detectedBy": "detect-secrets"
},
{
"file": "Services\\PaymentService.cs",
"line": 14,
"types": [
"Stripe Access Key",
"Base64 High Entropy String"
],
"is_false_positive": false,
"hashed_secret": "606439dfd2485f74d170f5cf5dda1f4648a01fd1",
"author": "Unknown",
"email": "Unknown",
"date": "Unknown",
"commit": "Unknown",
"message": "Unknown",
"detectedBy": "detect-secrets"
},
{
"file": "Services\\PaymentService.cs",
"line": 31,
"types": [
"Secret Keyword"
],
"is_false_positive": false,
"hashed_secret": "f16abe1568846960a78c9e2e1ea5d366a38770d0",
"author": "Unknown",
"email": "Unknown",
"date": "Unknown",
"commit": "Unknown",
"message": "Unknown",
"detectedBy": "detect-secrets"
},
{
"file": "Services/PaymentService.cs",
"line": 14,
"types": [
"stripe-access-token"
],
"is_false_positive": false,
"hashed_secret": "",
"author": "Unknown",
"email": "Unknown",
"date": "Unknown",
"commit": "Unknown",
"message": "Unknown",
"detectedBy": "gitleaks"
},
{
"file": "Services/PaymentService.cs",
"line": 61,
"types": [
"stripe-access-token"
],
"is_false_positive": false,
"hashed_secret": "",
"author": "Unknown",
"email": "Unknown",
"date": "Unknown",
"commit": "Unknown",
"message": "Unknown",
"detectedBy": "gitleaks"
}
],
"missed_secrets": [],
"_outputPath": "./scan-results.json"
}