Skip to content

Commit

Permalink
modify codescan yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanpan03 committed Oct 7, 2023
1 parent 15f593e commit 8a982af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cloud_code_scan.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Alipay Cloud Devops Codescan
on:
push:
pull_request:
branches:
- '*'

jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: codeScan
if: ${{ github.repository == 'TuGraph-family/tugraph-db' }}
uses: TuGraph-family/alipay-cloud-devops-codescan@main
with:
parent_uid: ${{ secrets.ALI_PID }}
Expand Down

0 comments on commit 8a982af

Please sign in to comment.