Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

chore(deps): update dependency marcocesarato/php-conventional-changelog to v1.17.2 #193

chore(deps): update dependency marcocesarato/php-conventional-changelog to v1.17.2

chore(deps): update dependency marcocesarato/php-conventional-changelog to v1.17.2 #193

Workflow file for this run

name: Snyk
on: pull_request
jobs:
security:
name: Scan for vulnerabilities
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/php@master
continue-on-error: true # To make sure that SARIF upload gets called
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --all-projects --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: snyk.sarif