Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Fix template for easier parsing
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Sep 22, 2023
1 parent 008888a commit 3a039f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/scan_tools/tang_operator_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config:
# `application` contains data related to the application, not to the scans.
application:
shortName: "tangservers"
url: "https://API_HOST_HERE:API_PORT_HERE/apis/daemons.redhat.com/v1alpha1"
url: "API_HOST_PORT_HERE"

# `general` is a section that will be applied to all scanners.
general:
Expand All @@ -32,7 +32,7 @@ scanners:
# define a scan through the ZAP scanner
apiScan:
apis:
apiUrl: "https://API_HOST_HERE:API_PORT_HERE/openapi/v3/apis/daemons.redhat.com/v1alpha1"
apiUrl: "API_HOST_PORT_HERE/openapi/v3/apis/daemons.redhat.com/v1alpha1"

passiveScan:
# optional list of passive rules to disable
Expand Down

0 comments on commit 3a039f3

Please sign in to comment.