您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

cloud_code_scan.yml 603 B

10 个月前
10 个月前
8 个月前
10 个月前
12345678910111213141516171819202122
  1. name: Alipay Cloud Devops Codescan
  2. on:
  3. push:
  4. jobs:
  5. stc:
  6. runs-on: ubuntu-latest
  7. steps:
  8. - name: codeScan
  9. uses: layotto/alipay-cloud-devops-codescan@test2023-10-16
  10. with:
  11. parent_uid: ${{ secrets.ALI_PID }}
  12. private_key: ${{ secrets.ALI_PK }}
  13. type: "代码安全扫描"
  14. sca:
  15. runs-on: ubuntu-latest
  16. steps:
  17. - name: codeScan
  18. uses: layotto/alipay-cloud-devops-codescan@test2023-10-16
  19. with:
  20. parent_uid: ${{ secrets.ALI_PID }}
  21. private_key: ${{ secrets.ALI_PK }}
  22. type: "开源合规扫描"