Skip to content

Test zap af

Test zap af #1

Workflow file for this run

---
name: Test Nuclei
on:
push:
branches:
- main
workflow_dispatch:
jobs:
scan:
permissions:
security-events: write
contents: read
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
plan: 'test-plan.yml'
docker_env_vars: |
USER
PASSWORD
env:
USER: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}