Adding Psalm PHP scanning to Starter Workflows

This commit is contained in:
Abir Majumdar
2021-10-28 10:55:20 -04:00
committed by Emmanuel Roullit
parent 63bb49fa36
commit eeb84c9ae6
3 changed files with 63 additions and 0 deletions
@@ -0,0 +1,10 @@
{
"name": "Psalm Security Scan",
"creator": "psalm",
"description": "Psalm is a static analysis tool for finding errors in PHP applications",
"iconName": "mobsf",
"categories": [
"Code Scanning",
"PHP"
]
}