From ca05e369d10ee8fd9ffe2081218da35da1b3d9f6 Mon Sep 17 00:00:00 2001 From: Peter Westin <83552499+pwgit-create@users.noreply.github.com> Date: Sun, 7 Jan 2024 21:45:53 +0100 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 3c41564..81105f2 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -34,6 +34,7 @@ jobs: - name: Run Snyk to check for vulnerabilities working-directory: cg/CodeGenerator/CodeGenerator run: snyk test + continue-on-error: true env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}