Browse Source

Update cloud_code_scan.yml

pull/3665/head
Duan-0916 6 months ago
committed by GitHub
parent
commit
abb75865d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/cloud_code_scan.yml

+ 2
- 2
.github/workflows/cloud_code_scan.yml View File

@@ -10,7 +10,7 @@ jobs:
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
type: "代码安全扫描"
templateId: 782
sca:
runs-on: ubuntu-latest
steps:
@@ -19,4 +19,4 @@ jobs:
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
type: "开源合规扫描"
templateId: 783

Loading…
Cancel
Save