From 560a4c37eaeb1629394f4e42efe281354ea0c6ee Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Thu, 2 Jan 2025 16:38:40 +0000 Subject: [PATCH] fix(ci): update Snyk config --- .gitea/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4e58fe7..a72f038 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -54,8 +54,10 @@ jobs: - name: Snyk Vulnerability Scan uses: snyk/actions/python-3.10@master - continue-on-error: true # To make sure that SARIF upload gets called + continue-on-error: true # Sometimes vulns aren't immediately fixable env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - args: --sarif-file-output=snyk.sarif --all-projects + command: test + args: --all-projects + json: true