diff --git a/.github/workflows/cloud_code_scan.yml b/.github/workflows/cloud_code_scan.yml new file mode 100644 index 0000000000..5e0f47deb8 --- /dev/null +++ b/.github/workflows/cloud_code_scan.yml @@ -0,0 +1,13 @@ +name: Alipay Cloud Devops Codescan +on: + push: + +jobs: + deployment: + runs-on: ubuntu-latest + steps: + - name: codeScan + uses: TuGraph-family/alipay-cloud-devops-codescan@main + with: + parent_uid: ${{ secrets.ALI_PID }} + private_key: ${{ secrets.ALI_PK }} \ No newline at end of file