mirror of https://github.com/Free-TV/IPTV
Add Python dependency scan workflow
parent
280dea8bbb
commit
ba5113d67c
|
|
@ -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依赖漏洞"
|
||||||
Loading…
Reference in New Issue