Browse Source

Update cloud_code_scan.yml

pull/3665/head
Duan-0916 6 months ago
committed by GitHub
parent
commit
fa7fd28211
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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:
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

Loading…
Cancel
Save