Skip to content

Commit

Permalink
Merge branch 'add_cmd_check' of https://github.com/opea-project/GenAI…
Browse files Browse the repository at this point in the history
…Eval into add_cmd_check

Signed-off-by: Wenxin Zhang <[email protected]>
  • Loading branch information
VincyZhang committed Nov 29, 2024
2 parents dce031b + bb45d23 commit d7983b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- name: Checkout out Repo
uses: actions/checkout@v4

- name: Check Dangerous Command Injection
uses: opea-project/validation/actions/check-cmd@main
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/model_test_hpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
with:
submodules: "recursive"
fetch-tags: true

- name: Check Dangerous Command Injection
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
uses: opea-project/validation/actions/check-cmd@main
with:
work_dir: ${{ github.workspace }}

# We need this because GitHub needs to clone the branch to pipeline
- name: Docker Build
run: |
Expand Down

0 comments on commit d7983b5

Please sign in to comment.