Skip to content

vulnerability scan #593

vulnerability scan

vulnerability scan #593

Workflow file for this run

name: vulnerability scan
on:
schedule:
- cron: '30 8 1 * *'
jobs:
zap_scan_public:
runs-on: ubuntu-latest
name: Scan public website
steps:
-
name: ZAP Scan
uses: zaproxy/[email protected]
with:
issue_title: Vulnerability Scan Results
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: owasp/zap2docker-weekly
target: https://ironpeak.be/
rules_file_name: .github/zap.ignore
cmd_options: '-a'