diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index c730bb9..8666155 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -49,7 +49,7 @@ jobs: env: # This is where you will need to introduce the Snyk API token created with your Snyk account - SNYK_TOKEN: f3fc946f-d16c-4db6-81c0-c9ad8eb16166 + SNYK_TOKEN: 3d290c7e-e707-489b-9232-aa7d1ec389a7 # Runs Snyk Code (SAST) analysis and uploads result into GitHub. # Use || true to not fail the pipeline