Skip to content

chore(deps-dev): bump mini-css-extract-plugin in /packages/desktop (#… #588

chore(deps-dev): bump mini-css-extract-plugin in /packages/desktop (#…

chore(deps-dev): bump mini-css-extract-plugin in /packages/desktop (#… #588

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@v4
- 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