From 6cb765cb5a15ea51b327ec57eca8cc3d9ce0a91c Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Tue, 20 Apr 2021 04:05:00 +0200 Subject: [PATCH] updated settings on snyk.io --- .github/workflows/snyk.yml | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 3480080..bfdebaf 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -1,19 +1,13 @@ -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 - - name: Snyk monitor - run: snyk test - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - with: - command: monitor \ No newline at end of file +# 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 \ No newline at end of file