Skip to content

chore(deps): bump follow-redirects from 1.15.3 to 1.15.6 #14

chore(deps): bump follow-redirects from 1.15.3 to 1.15.6

chore(deps): bump follow-redirects from 1.15.3 to 1.15.6 #14

Workflow file for this run

name: Snyk
on:
pull_request:
branches:
- master
- develop
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: test --all-projects --policy-path=./.snyk