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 }}