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.

17 lines
304 B

  1. name: Alipay Cloud Devops Codescan
  2. on:
  3. push:
  4. jobs:
  5. deployment:
  6. runs-on: ubuntu-latest
  7. steps:
  8. - name: codeScan
  9. uses: layotto/alipay-cloud-devops-codescan@opensource-check
  10. with:
  11. parent_uid: ${{ secrets.ALI_PID }}
  12. private_key: ${{ secrets.ALI_PK }}