We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 415a48d + fbc7eb6 commit b17697aCopy full SHA for b17697a
.github/workflows/zap-api-scan.yml
@@ -3,6 +3,10 @@ name: Run ZAP API Scan
3
on:
4
workflow_dispatch:
5
inputs:
6
+ host_url:
7
+ type: string
8
+ description: The URL of the host to scan
9
+ default: https://uat.strdata.gov.bc.ca
10
spec_url:
11
type: string
12
description: The URL of the OpenAPI/GraphQL spec
@@ -41,4 +45,4 @@ jobs:
41
45
format: openapi
42
46
target: ${{ github.event.inputs.spec_url }}
43
47
rules_file_name: '.zap/rules.tsv'
44
- cmd_options: '-a'
48
+ cmd_options: '-o {{ github.event.inputs.host_url }}'
0 commit comments