Skip to content

Commit

Permalink
Merge pull request #71 from jaydenchee97/chiakx-patch-1
Browse files Browse the repository at this point in the history
Chiakx patch 1
  • Loading branch information
chiakx authored Oct 6, 2024
2 parents 07e7470 + 84e3c00 commit afc8f69
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/zap-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: ZAP Baseline Scan
on:
push:
branches:
- develop
pull_request:
branches:
- develop
workflow_dispatch:

jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan the application
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: master
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'https://www.zaproxy.org'

0 comments on commit afc8f69

Please sign in to comment.