This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
footnotes/.github/workflows/snyk.yml

20 lines
390 B
YAML
Raw Normal View History

2021-04-20 02:07:08 +00:00
name: Snyk
2021-04-26 16:15:48 +00:00
2021-04-20 02:07:08 +00:00
on: push
2021-04-26 16:15:48 +00:00
2021-04-20 02:07:08 +00:00
jobs:
security:
2021-04-26 16:15:48 +00:00
name: Scan for vulnerabilities
2021-04-20 02:07:08 +00:00
runs-on: ubuntu-latest
2021-04-26 16:15:48 +00:00
2021-04-20 02:07:08 +00:00
steps:
2021-04-26 16:15:48 +00:00
- name: Checkout code
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