Skip to content

Commit

Permalink
fix: Change scan type labels [TAROT-2662]
Browse files Browse the repository at this point in the history
  • Loading branch information
afsmeira authored Apr 22, 2024
1 parent 9d22a09 commit ec9dbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/patterns.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"patternId": "secret",
"category": "Security",
"subcategory": "Cryptography",
"scanType": "ExposedSecrets",
"scanType": "Secrets",
"level": "Error",
"enabled": true
},
{
"patternId": "vulnerability",
"category": "Security",
"subcategory": "InsecureModulesLibraries",
"scanType": "OpenSourceDependencies",
"scanType": "SCA",
"level": "Error",
"enabled": true
}
Expand Down

0 comments on commit ec9dbb5

Please sign in to comment.