Skip to content

feat: 支持模块启动时通过传递env参数动态指定模块的启动类 (#999) #612

feat: 支持模块启动时通过传递env参数动态指定模块的启动类 (#999)

feat: 支持模块启动时通过传递env参数动态指定模块的启动类 (#999) #612

Workflow file for this run

name: Alipay Cloud Devops Codescan
on:
pull_request_target:
jobs:
stc: # Code security scanning
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: # Open source compliance scanning
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