-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add the necessary input variables to configure the ZAP authentication toggles to perform authenticated scans in your pipeline.
.e.g.
zap_scan_cluster:
runs-on: ubuntu-latest
name: Scan k8s cluster
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://cluster.ironpeak.be/
rules_file_name: .github/zap.ignore
cmd_options: '-a'
http_login_form: '/app/login'
http_login_http_username: 'testuser'
http_login_http_password: ${{ secrets.ZAP_USER_PW }}erin-doyle, RedlineTriad, derekmurawsky, redaER7 and educlosredaER7redaER7 and miparnisari
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request