diff --git a/.github/workflows/detection.yml b/.github/workflows/detection.yml index b8d1261..db5bb67 100644 --- a/.github/workflows/detection.yml +++ b/.github/workflows/detection.yml @@ -24,7 +24,7 @@ jobs: # - name: Install dependencies # run: pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple - name: Run Backdoor and Vulnerability Detection - - uses: sangge/BackDoorBuster@feature/match # 使用当前仓库的根目录下的 action.yml + uses: sangge/BackDoorBuster@feature/match # 使用BackDoorBuster仓库的根目录下的 action.yml with: code_path: "./tests" requirements_file: "./requirements.txt"