We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fcb24 commit 6b4ceecCopy full SHA for 6b4ceec
.github/workflows/cloud_code_scan.yml
@@ -0,0 +1,22 @@
1
+name: Alipay Cloud Devops Codescan
2
+on:
3
+ pull_request_target:
4
+jobs:
5
+ stc: # Code security scanning
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: codeScan
9
+ uses: layotto/alipay-cloud-devops-codescan@main
10
+ with:
11
+ parent_uid: ${{ secrets.ALI_PID }}
12
+ private_key: ${{ secrets.ALI_PK }}
13
+ scan_type: stc
14
+ sca: # Open source compliance scanning
15
16
17
18
19
20
21
22
+ scan_type: sca
0 commit comments