pipeline-opensca.yml 963 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Copyright (c) 2019 Of Him Code Technology Studio
  3. # Jpom is licensed under Mulan PSL v2.
  4. # You can use this software according to the terms and conditions of the Mulan PSL v2.
  5. # You may obtain a copy of Mulan PSL v2 at:
  6. # http://license.coscl.org.cn/MulanPSL2
  7. # 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.
  8. # See the Mulan PSL v2 for more details.
  9. #
  10. version: '1.0'
  11. name: pipeline-20221101
  12. displayName: pipeline-20221101
  13. triggers:
  14. trigger: auto
  15. push:
  16. branches:
  17. prefix:
  18. - ''
  19. stages:
  20. - name: stage-98f2727d
  21. displayName: 检测
  22. strategy: naturally
  23. trigger: auto
  24. executor: []
  25. steps:
  26. - step: sc@opensca
  27. name: open_sca
  28. displayName: OpenSCA 开源组件检测
  29. detectPath: ./
  30. notify: []
  31. strategy:
  32. retry: '0'