Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Duan-0916 authored Jan 2, 2024
1 parent 41b2b0b commit a6ec7dd
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# 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
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

0 comments on commit a6ec7dd

Please sign in to comment.