diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 76aa053..64f5e74 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -75,8 +75,8 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - command: snyk - args: code test --all-projects --exclude=.archive + # command: snyk + args: snyk code test --all-projects --exclude=.archive - name: Snyk Vulnerability Scan uses: snyk/actions/python@master @@ -84,8 +84,8 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - command: snyk - args: test --all-projects --exclude=.archive + # command: snyk + args: snyk test --all-projects --exclude=.archive - name: Reverse set up environment for Snyk run: |