Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
duanwenlong authored and duanwenlong committed Dec 7, 2023
2 parents 703a273 + 478d381 commit 6d95cbd
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +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@uat-test
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@uat-test
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
scan_type: sca
cachePullPushPolicy: always
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,14 @@
<version>3.10.2</version>
</dependency>

<dependency>
<artifactId>gson</artifactId>
<groupId>com.google.code.gson</groupId>
<version>2.8.0</version>
</dependency>

</dependencies>


<build>
<plugins>
Expand All @@ -149,4 +156,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 6d95cbd

Please sign in to comment.