Skip to content

Create trivy.yml

Create trivy.yml #29

Workflow file for this run

on: [push]
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan the webapplication
steps:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'https://demo.owasp-juice.shop/'
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'