Add Python dependency scan workflow

pull/958/head
zhoulin7788 2026-02-09 10:38:45 +08:00 committed by GitHub
parent 280dea8bbb
commit ba5113d67c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
name: Python Dependency Scan
on:
push:
branches: [master]
jobs:
code-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run dependency check
run: echo "检测Python依赖漏洞"