Files
starter-workflows/code-scanning/properties/psalm.properties.json
T

11 lines
246 B
JSON
Raw Normal View History

{
"name": "Psalm Security Scan",
"creator": "psalm",
"description": "Psalm is a static analysis tool for finding errors in PHP applications",
2021-11-10 11:31:39 -05:00
"iconName": "psalm",
"categories": [
2023-01-27 14:04:26 +01:00
"Code Scanning",
"PHP"
]
2021-11-10 11:31:39 -05:00
}