Skip to content

Update zap_scan.yaml #3

Update zap_scan.yaml

Update zap_scan.yaml #3

Workflow file for this run

name: ZAP Security Scan
on:
push:
branches:
- main
jobs:
wait-for-deploy-finish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Wait for Deployment of Application
run: sleep 640

Check failure on line 19 in .github/workflows/zap_scan.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/zap_scan.yaml

Invalid workflow file

You have an error in your yaml syntax on line 19
zap_scan:
runs-on: ubuntu-latest
steps:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
token: ${{ secrets.ZAPGHT }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'http://145.220.74.148:3000/'
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'