activate specific push action
This commit is contained in:
parent
6cb765cb5a
commit
b5af559ff4
1 changed files with 13 additions and 13 deletions
26
.github/workflows/snyk.yml
vendored
26
.github/workflows/snyk.yml
vendored
|
@ -1,13 +1,13 @@
|
||||||
# name: Snyk
|
name: Snyk
|
||||||
# on: push
|
on: push
|
||||||
# jobs:
|
jobs:
|
||||||
# security:
|
security:
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
# - name: Run Snyk to check for vulnerabilities
|
- name: Run Snyk to check for vulnerabilities
|
||||||
# uses: snyk/actions/php@master
|
uses: snyk/actions/php@master
|
||||||
# env:
|
env:
|
||||||
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
# with:
|
with:
|
||||||
# args: --all-projects
|
args: --all-projects
|
Reference in a new issue