Sfoglia il codice sorgente

Update cloud_code_scan.yml

pull/3665/head
Duan-0916 7 mesi fa
committed by GitHub
parent
commit
abb75865d6
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      .github/workflows/cloud_code_scan.yml

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

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

Caricamento…
Annulla
Salva