mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 20:08:40 +08:00
24 lines
449 B
YAML
24 lines
449 B
YAML
|
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'
|