Skip to content

Security scan for zotregistry.dev #834

Security scan for zotregistry.dev

Security scan for zotregistry.dev #834

Workflow file for this run

name: 'Security scan for zotregistry.dev'
on:
schedule:
- cron: '30 1 * * *'
push:
branches:
- main
permissions:
contents: read
issues: write
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan the webapplication
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: main
- name: ZAP Scan (zotregistry.dev)
uses: zaproxy/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'owasp/zap2docker-stable'
target: 'https://zotregistry.dev'
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'