Kaynağa Gözat

Update cloud_code_scan.yml

pull/3665/head
Duan-0916 8 ay önce
committed by GitHub
ebeveyn
işleme
fa7fd28211
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 11 ekleme ve 1 silme
  1. +11
    -1
      .github/workflows/cloud_code_scan.yml

+ 11
- 1
.github/workflows/cloud_code_scan.yml Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet