Skip to content

Commit

Permalink
fix path for requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
matusso committed Dec 2, 2024
1 parent 0f38371 commit fe9296e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/routersploit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
# Install dependencies
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r src/routersploit/requirements.txt
# Run SonarCloud analysis
- name: Run SonarCloud Scan
Expand All @@ -132,7 +132,7 @@ jobs:
projectBaseDir: src/routersploit
args: >
-Dsonar.organization=matusso
-Dsonar.projectKey=matusso_docker-builds/routersploit
-Dsonar.projectKey=matusso_docker-builds
-Dsonar.verbose=true
-Dsonar.python.version=3.13
env:
Expand Down

0 comments on commit fe9296e

Please sign in to comment.