Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sofastack/sofa-rpc into pandale99…
Browse files Browse the repository at this point in the history
…_master
  • Loading branch information
liujianjun.ljj committed Nov 6, 2023
2 parents 59be19d + 541c160 commit e227ade
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/cloud_code_scan.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
name: Alipay Cloud Devops Codescan
on:
push:
branches-ignore:
- 'dependabot/**'

pull_request_target:
jobs:
deployment:
stc: # 安全扫描
runs-on: ubuntu-latest
steps:
- name: codeScan
uses: layotto/alipay-cloud-devops-codescan@main
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
scan_type: stc
sca: # 开源合规
runs-on: ubuntu-latest
steps:
- name: codeScan
uses: layotto/alipay-cloud-devops-codescan@main
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
scan_type: sca

0 comments on commit e227ade

Please sign in to comment.