Skip to content

Commit

Permalink
fix(ci): update owasp pip install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipazoul committed Feb 12, 2024
1 parent d992ab8 commit d3ac77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install
pip install -r requirements.txt
working-directory: . # Change this to your Python project directory

- name: OWASP Dependency Check
Expand Down

0 comments on commit d3ac77c

Please sign in to comment.