Skip to content

feat(sync) Adds detection for Cromite and Mises browsers (matomo-org#… #385

feat(sync) Adds detection for Cromite and Mises browsers (matomo-org#…

feat(sync) Adds detection for Cromite and Mises browsers (matomo-org#… #385

Workflow file for this run

name: Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor