fix: 修改文件路径参数
Some checks failed
Vulnerability and Backdoor Detection Workflow / build (pull_request) Successful in 14s
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 12m19s
Some checks failed
Vulnerability and Backdoor Detection Workflow / build (pull_request) Successful in 14s
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 12m19s
This commit is contained in:
parent
b01e1f9a46
commit
9d5879b796
5
.github/workflows/detection.yml
vendored
5
.github/workflows/detection.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./ # 使用当前仓库的根目录下的 action.yml
|
||||
with:
|
||||
code_path: "./src"
|
||||
vulnerabilities_file: "./data/vulnerabilities.txt"
|
||||
requirements_file: "./data/requirements.txt"
|
||||
code_path: "./tests"
|
||||
requirements_file: "./requirements.txt"
|
||||
output_format: "txt"
|
||||
|
@ -4,9 +4,6 @@ inputs:
|
||||
code_path:
|
||||
description: "Path to the code directory to be analyzed."
|
||||
required: true
|
||||
vulnerabilities_file:
|
||||
description: "Path to the vulnerabilities file for requirements detection."
|
||||
required: true
|
||||
requirements_file:
|
||||
description: "Path to the requirements.txt file."
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user