更新时间:2023-12-13 GMT+08:00

VSS.WebScan

模型说明

漏洞扫描服务(VSS)集Web漏洞扫描、操作系统漏洞扫描、资产内容合规检测、配置基线扫描、弱密码检测五大核心功能,自动发现网站或服务器暴露在网络中的安全风险,为云上业务提供多维度的安全检测服务,满足合规要求,让安全弱点无所遁形。

模型属性

表1 模型定义属性说明

属性

是否必选

描述

resources

将要开通的资源列表,目前不支持开通一个以上的资源对象

参数类型:VSS.Resource数组

取值约束:{u'list_min_length': 1, u'list_max_length': 1}

关联关系

输出

blueprint样例

# 应用模板的版本信息
tosca_definitions_version: huaweicloud_tosca_version_1_0
# 应用模板的描述信息
description: Vulnerability Scan Service
# 输入参数定义
inputs:
  domain-num:
    type: integer
    description: 域名数量
# 应用拓扑定义
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 ] }