Skip to content

Commit

Permalink
小程序云代码扫描 (#1352)
Browse files Browse the repository at this point in the history
* 小程序云代码扫描

* 小程序云代码扫描

---------

Co-authored-by: 殷振南 <[email protected]>
  • Loading branch information
xuqiu and yzn01714396 authored Jul 24, 2023
1 parent eb7d33f commit d0a57ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/cloud_code_scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Alipay Cloud Devops Codescan
on:
push:

jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: codeScan
uses: layotto/[email protected]
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}

0 comments on commit d0a57ce

Please sign in to comment.