Skip to content

Commit

Permalink
Add weekly ZAP baseline scan of demo instance
Browse files Browse the repository at this point in the history
(runs every Friday at 20:00 CEST)

[ci skip]
  • Loading branch information
bkimminich authored Apr 10, 2020
1 parent fb93697 commit 49fecb0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/zap_scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
schedule:
- cron: '0 18 * * 5'

jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan ZAP website
steps:
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
target: 'https://demo.owasp-juice.shop'

0 comments on commit 49fecb0

Please sign in to comment.