Skip to content

Update README.md

Update README.md #96

Workflow file for this run

# name: Alipay Cloud Devops Codescan
# on:
# pull_request_target:
# jobs:
# 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
# tips: '请加入钉钉群'
# 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
# cachePullPushPolicy: always