Skip to content

Commit

Permalink
Create owasp_zap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed authored May 2, 2024
1 parent d25c07d commit 664c8be
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/owasp_zap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
workflow_dispatch:

jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan the webapplication
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'https://www.activist.org/en/'
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'

0 comments on commit 664c8be

Please sign in to comment.