Skip to content

Commit

Permalink
modify codescan yml (#300)
Browse files Browse the repository at this point in the history
* modify codescan yml

* modify codescan yml

* modify codescan yml
  • Loading branch information
lipanpan03 authored Oct 7, 2023
1 parent 15f593e commit 4e08f3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cloud_code_scan.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Alipay Cloud Devops Codescan
on:
pull_request:
push:

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 }}
private_key: ${{ secrets.ALI_PK }}

0 comments on commit 4e08f3e

Please sign in to comment.