Skip to content

Commit

Permalink
Merge pull request #42 from kronostechnologies/dev/PI-76-taint-analysis
Browse files Browse the repository at this point in the history
PHP Taint analysis
  • Loading branch information
etremblay authored Jan 19, 2022
2 parents 3e1b05f + bec41ad commit 90a41bb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/psalm-security-scan.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/psalm-taint-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Psalm Taint analysis

on:
push:
branches:
- master

jobs:
psalm-taint-analysis:
uses: equisoft-actions/php-workflows/.github/workflows/[email protected]
with:
php-version: '7.4'
extensions: gearman, pcov
secrets:
gpr-key: ${{ secrets.GPR_KEY }}

6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"config": {
"platform": {
"php": "7.4"
}
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 90a41bb

Please sign in to comment.