fix: 修改配置文件
Some checks failed
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 10m46s
Some checks failed
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 10m46s
This commit is contained in:
parent
323200fd85
commit
5eee69704a
7
.github/workflows/detection.yml
vendored
7
.github/workflows/detection.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
# code_path: "./tests"
|
||||
# requirements_file: "./requirements.txt"
|
||||
# output_format: "txt"
|
||||
# 需要新建一个仓库进行测试
|
||||
# - name: Clone custom Git repository
|
||||
# run: |
|
||||
# git clone -b feature/match https://git.mamahaha.work/sangge/BackDoorBuster
|
||||
@ -43,3 +44,9 @@ jobs:
|
||||
|
||||
- name: Run Requirements Detection
|
||||
run: python ${{ github.workspace }}/BackDoorBuster/detection/requirements_detection.py ${{ github.workspace }}/BackDoorBuster/crawler/trans_extracted_data.txt ${{ github.workspace }}/BackDoorBuster/requirements.txt txt
|
||||
|
||||
- name: Upload Result Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: detection-results
|
||||
path: ./results/code/
|
||||
|
Loading…
x
Reference in New Issue
Block a user