From 3d0c198850ca6a59dfc981111ec68c83e29260f8 Mon Sep 17 00:00:00 2001 From: Thomas Phung <81277197+thomasphung@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:48:54 -0700 Subject: [PATCH] Update snyk-security.yml Auth into snyk --- .github/workflows/snyk-security.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index 7c088e9..fb6d5da 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -51,6 +51,9 @@ jobs: # This is where you will need to introduce the Snyk API token created with your Snyk account SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} + - name: Authenticate into Snyk + run: snyk auth $SNYK_TOKEN + # Runs Snyk Code (SAST) analysis and uploads result into GitHub. # Use || true to not fail the pipeline # - name: Snyk Code test