Merge pull request #130 from markcheret/security_add_snyk

This commit is contained in:
Mark Cheret 2021-04-22 21:03:53 +02:00 committed by GitHub
commit e8bd3830dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 5 deletions

13
.github/workflows/snyk.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/php@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --all-projects