From 24b8b16407ac9f3ab4743c9294b899ff7fbc7eac Mon Sep 17 00:00:00 2001 From: Adam Raya Date: Mon, 13 Feb 2023 11:12:04 -0800 Subject: [PATCH] Skip Snyk CLI (#983) --- .github/actions/setup_ubuntu/action.yml | 2 +- .github/workflows/test.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup_ubuntu/action.yml b/.github/actions/setup_ubuntu/action.yml index 87b24e699e..9f4cbfcb31 100644 --- a/.github/actions/setup_ubuntu/action.yml +++ b/.github/actions/setup_ubuntu/action.yml @@ -28,7 +28,7 @@ runs: node ./scripts/check-dependencies.js # Install Snyk CLI - sudo npm install -g snyk + # sudo npm install -g snyk # Install Lighthouse CI CLI sudo npm install -g @lhci/cli diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d5f5bc68ce..e757702007 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -191,11 +191,11 @@ jobs: with: path: packages/pwa-kit-create-app/local-npm-repo/verdaccio.log - - name: Audit Generated Project - if: env.IS_NOT_FORK == 'true' && env.IS_TEMPLATE_FROM_RETAIL_REACT_APP == 'true' && env.DEVELOP == 'true' - uses: "./.github/actions/snyk" - with: - snyk_token: ${{ secrets.SNYK_TOKEN }} +# - name: Audit Generated Project +# if: env.IS_NOT_FORK == 'true' && env.IS_TEMPLATE_FROM_RETAIL_REACT_APP == 'true' && env.DEVELOP == 'true' +# uses: "./.github/actions/snyk" +# with: +# snyk_token: ${{ secrets.SNYK_TOKEN }} - name: Send metrics to Datadog if: env.IS_NOT_FORK == 'true' && env.IS_TEMPLATE_FROM_RETAIL_REACT_APP == 'true'