From 4ce0b9107094b03535d14a27471a40d9d836dd42 Mon Sep 17 00:00:00 2001 From: duanwenlong Date: Mon, 16 Oct 2023 14:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=89=AB=E6=8F=8F/=E5=BC=80?= =?UTF-8?q?=E6=BA=90=E5=90=88=E8=A7=84=E6=8B=86=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cloud_code_scan.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cloud_code_scan.yml b/.github/workflows/cloud_code_scan.yml index ae6ec82a..0bc2da13 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: + 安全扫描: runs-on: ubuntu-latest steps: - name: codeScan @@ -10,5 +10,15 @@ jobs: with: parent_uid: ${{ secrets.ALI_PID }} private_key: ${{ secrets.ALI_PK }} + templateId : ${{ secrets.templateId }} + 开源合规扫描: + 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: ${{ secrets.templateId }}