[Snyk] Upgrade next-i18next from 14.0.0 to 14.0.3 #760
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ZAP | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
zap_scan: | |
runs-on: ubuntu-latest | |
name: Scan the webapplication | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: ZAP Scan | |
uses: zaproxy/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
# docker_name: 'owasp/zap2docker-stable' | |
target: 'https://alphasite.dts-stn.com/' | |
# rules_file_name: '.zap/rules.tsv' | |
# cmd_options: '-a' |