Skip to content

enhancement: ethereum coin price (#2668) #478

enhancement: ethereum coin price (#2668)

enhancement: ethereum coin price (#2668) #478

Workflow file for this run

name: Snyk
on:
push:
branches:
- 'develop'
jobs:
test:
name: Test
# Only run on push events or PRs from bloomwalletio/bloom, skip on PRs from forks
# Secret variables cannot be exposed to PRs from forks
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check vulnerabilities
uses: snyk/actions/[email protected]
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --yarn-workspaces --severity-threshold=high --strict-out-of-sync=false --detection-depth=5 --dev