diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 76e5b25..76aa053 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -75,8 +75,8 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - command: code test - args: --all-projects --exclude=.archive + command: snyk + args: 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: test - args: --all-projects --exclude=.archive + command: snyk + args: test --all-projects --exclude=.archive - name: Reverse set up environment for Snyk run: |