Skip to content

Commit

Permalink
add zap task
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Oct 30, 2023
1 parent 0f7300c commit db94f7c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions task/scanner/zap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
kind: task/v1
name: Zap
tags:
- scanner
image:
repository: ghcr.io/zaproxy/zaproxy
version: stable
commands:
- name: help
arguments: [ "zap.sh -help" ]
- name: version
arguments: [ "zap.sh -version" ]
- name: default
# TODO https://www.zaproxy.org/docs
arguments:
- "zap.sh -help"

0 comments on commit db94f7c

Please sign in to comment.