Skip to content

Commit

Permalink
Skip Snyk CLI (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraya committed Feb 13, 2023
1 parent aa48ea8 commit 24b8b16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 24b8b16

Please sign in to comment.