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
Workflow config file is invalid. Please check your config file: EOF
2021-04-20 04:05:00 +02:00

13 lines
312 B
YAML

# 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