Skip to content

Commit df5d3f6

Browse files
authored
Zap (#9)
* feat: add zap
1 parent 7111de6 commit df5d3f6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/zap.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "Zap"
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
schedule:
7+
- cron: '25 18 * * 0'
8+
9+
jobs:
10+
zap:
11+
name: Zap
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: ZAP Scan
15+
uses: zaproxy/[email protected]
16+
with:
17+
target: 'https://api.github.com/repos/dbsystel/cicd-playground/branches'

0 commit comments

Comments
 (0)