Skip to content

fix: package.json to reduce vulnerabilities #352

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #352

Workflow file for this run

name: Example workflow using Snyk
on: push
jobs:
security:
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor
args: --strict-out-of-sync=false --remote-repo-url="https://github.com/JosanaDH/nodejs-goof"