From 66f52c7c954db49128de7731ae523cf73b4cea86 Mon Sep 17 00:00:00 2001 From: CyberShadow7 <80655024+CyberShadow7@users.noreply.github.com> Date: Thu, 25 May 2023 04:02:15 +0300 Subject: [PATCH] Update snyk-security.yml Signed-off-by: CyberShadow7 <80655024+CyberShadow7@users.noreply.github.com> --- .github/workflows/snyk-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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