25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- name: Alipay Cloud Devops Codescan
- on:
- push:
- jobs:
- stc:
- runs-on: ubuntu-latest
- steps:
- - name: codeScan
- uses: layotto/alipay-cloud-devops-codescan@test2023-10-16
- with:
- parent_uid: ${{ secrets.ALI_PID }}
- private_key: ${{ secrets.ALI_PK }}
- templateId: 782 # 代码安全
- sca:
- runs-on: ubuntu-latest
- steps:
- - name: codeScan
- uses: layotto/alipay-cloud-devops-codescan@test2023-10-16
- with:
- parent_uid: ${{ secrets.ALI_PID }}
- private_key: ${{ secrets.ALI_PK }}
- templateId: 783
|