Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 89d4609

Browse files
committed
#17 Added a new example to scan the swagger petstore service with the ZAP OpenAPI Scan.
1 parent ae53851 commit 89d4609

File tree

4 files changed

+1170
-6
lines changed

4 files changed

+1170
-6
lines changed

Diff for: demo-apps/swagger-petstore/values.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ image:
99
pullPolicy: IfNotPresent
1010

1111
# If you want to expose the petstore under a url different to the default service name address use the override to specify a the full host with protocol
12-
swaggerHostOverride: "https://petstore.example.com"
12+
#swaggerHostOverride: "https://petstore.example.com"
13+
swaggerHostOverride: "http://swagger-petstore.demo-apps.svc"
1314

1415
imagePullSecrets: []
1516
nameOverride: ""

0 commit comments

Comments
 (0)