diff --git a/.github/workflows/cloud_code_scan.yml b/.github/workflows/cloud_code_scan.yml index 2e8937a7..88a3493a 100644 --- a/.github/workflows/cloud_code_scan.yml +++ b/.github/workflows/cloud_code_scan.yml @@ -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