Skip to content

[Snyk] Security upgrade tap from 11.1.5 to 18.0.0 #156

[Snyk] Security upgrade tap from 11.1.5 to 18.0.0

[Snyk] Security upgrade tap from 11.1.5 to 18.0.0 #156

Workflow file for this run

name: Meetap FIAP
on: [push, pull_request]
jobs:
devsecops:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.FIAP_TOKEN }}
with:
command: monitor
zap:
runs-on: ubuntu-latest
steps:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://owasp.org/www-project-juice-shop/'