소스 검색

Update cloud_code_scan.yml

pull/3665/head
Duan-0916 7 달 전
committed by GitHub
부모
커밋
fa7fd28211
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. +11
    -1
      .github/workflows/cloud_code_scan.yml

+ 11
- 1
.github/workflows/cloud_code_scan.yml 파일 보기

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

불러오는 중...
취소
저장