You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
652 B

  1. name: Alipay Cloud Devops Codescan
  2. on:
  3. push:
  4. jobs:
  5. 安全扫描:
  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. templateId : ${{ secrets.templateId }}
  14. 开源合规扫描:
  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. templateId: ${{ secrets.templateId }}