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