Skip to content

refactor: rebrand ProposalStatusPill (#1948) #87

refactor: rebrand ProposalStatusPill (#1948)

refactor: rebrand ProposalStatusPill (#1948) #87

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 --strict-out-of-sync=false --detection-depth=5 --dev