Skip to content

Commit

Permalink
Fix yml
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
  • Loading branch information
arthurscchan committed Jun 13, 2024
1 parent f0b805d commit ef8cbbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/webapp-api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Set up venv
run: python3 -m venv tools/web-fuzzing-introspection/.venv
- name: Active venv dependencies
run: cd tools/web-fuzzing-introspection && source .venv/bin/activate && pip install -r ./requirements.txt
run: source tools/web-fuzzing-introspection/.venv/bin/activate && pip install -r tools/web-fuzzing-introspection/requirements.txt
- name: Run test

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 2: pipCommand not pinned by hash
Click Remediation section below to solve this issue
run: cd tools/web-fuzzing-introspection && source .venv/bin/activate && python3 .github/helper/stress_test.py
run: source tools/web-fuzzing-introspection/.venv/bin/activate && python3 .github/helper/api_test.py

0 comments on commit ef8cbbd

Please sign in to comment.