Updated on 2023-12-13 GMT+08:00

VSS.WebScan

Element Description

VSS provides one-stop security detection services, including website vulnerability scanning, OS vulnerability scanning, asset compliance check, configuration baseline scanning, and weak password scanning, meeting standards compliance requirements.

Element Properties

Table 1 Property Description

Property

Required

Descripiton

resources

Yes

A list of resources to create. Currently, the length of list should not be larger than 1.

Type: VSS.Resource Array

Relationships Between Elements

None.

Return Value

None.

Blueprint Example

tosca_definitions_version: huaweicloud_tosca_version_1_0
description: Vulnerability Scan Service
inputs:
  domain-num:
    type: integer
node_templates:
  webscan-app:
    type: HuaweiCloud.VSS.WebScan
    properties:
      resources:
        - 
          cloudServiceType: hws.service.type.webscan
          resourceType: hws.resource.type.webscan
          resourceSpecCode: webscan.professional
          resourceSize: 
            get_input: domain-num
outputs:  
  waf-deployment:
    description: The container app name in cce
    value: { get_attribute: [ webscan-app, Deployment, name ] }