123456789101112131415161718192021222324252627282930313233 |
- #
- # Copyright (c) 2019 Of Him Code Technology Studio
- # Jpom is licensed under Mulan PSL v2.
- # You can use this software according to the terms and conditions of the Mulan PSL v2.
- # You may obtain a copy of Mulan PSL v2 at:
- # http://license.coscl.org.cn/MulanPSL2
- # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
- # See the Mulan PSL v2 for more details.
- #
- version: '1.0'
- name: pipeline-20221101
- displayName: pipeline-20221101
- triggers:
- trigger: auto
- push:
- branches:
- prefix:
- - ''
- stages:
- - name: stage-98f2727d
- displayName: 检测
- strategy: naturally
- trigger: auto
- executor: []
- steps:
- - step: sc@opensca
- name: open_sca
- displayName: OpenSCA 开源组件检测
- detectPath: ./
- notify: []
- strategy:
- retry: '0'
|