|
|
@@ -2,7 +2,7 @@ name: Alipay Cloud Devops Codescan |
|
|
|
on: |
|
|
|
push: |
|
|
|
jobs: |
|
|
|
deployment: |
|
|
|
sca: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: codeScan |
|
|
@@ -10,3 +10,13 @@ jobs: |
|
|
|
with: |
|
|
|
parent_uid: ${{ secrets.ALI_PID }} |
|
|
|
private_key: ${{ secrets.ALI_PK }} |
|
|
|
templateId: 782 |
|
|
|
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: 783 |