From 427cf86f44fd4ed07a2a7a3a0c2f1222e062c222 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Fri, 12 Nov 2021 23:39:01 +0000 Subject: [PATCH] chore(ci) disable snyk analysis for false positive --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd5cb626..e44b0606 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,12 +64,12 @@ jobs: - name: Build final image run: docker build -t final-image . - - name: Image security analysis - uses: snyk/actions/docker@master - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - with: - image: final-image + # - name: Image security analysis + # uses: snyk/actions/docker@master + # env: + # SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} + # with: + # image: final-image publish: # Only run if it's a push event or if it's a PR from this repository