Browse Source

安全扫描/开源合规拆分

pull/3665/head
duanwenlong 6 months ago
parent
commit
4ce0b91070
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      .github/workflows/cloud_code_scan.yml

+ 11
- 1
.github/workflows/cloud_code_scan.yml View File

@@ -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 }}



Loading…
Cancel
Save