Skip to content

Update sec_semgrep.yml #75

Update sec_semgrep.yml

Update sec_semgrep.yml #75

Workflow file for this run

name: "Snyk"
on:
push:
branches:
- main
jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
coverage: none
extensions: mbstring
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
with:
persist-credentials: false
- run: composer install --no-progress
- uses: snyk/actions/php@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high --sarif-file-output=snyk.sarif