Skip to content

Commit

Permalink
fixed paths in wafw00f
Browse files Browse the repository at this point in the history
  • Loading branch information
matusso committed Dec 3, 2024
1 parent 8eb46bc commit ae5fc6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wafw00f.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
run: |
docker buildx build --push \
--tag ghcr.io/${{ github.repository_owner }}/wafw00f:${{ env.RELEASE_VERSION }} \
--platform linux/amd64,linux/arm64 ./files/wafw00f
--tag ghcr.io/${{ github.repository_owner }}/wafw00f:latest \
--platform linux/amd64,linux/arm64 -f ./files/wafw00f/Dockerfile .
- name: Logout from Docker Hub
run: docker logout
Expand Down Expand Up @@ -107,13 +108,13 @@ jobs:
# Install dependencies
- name: Install dependencies
run: |
pip install -r src/routersploit/requirements.txt
pip install -r src/wafw00f/requirements.txt
# Run SonarCloud analysis
- name: Run SonarCloud Scan
uses: sonarsource/[email protected]
with:
projectBaseDir: src/routersploit
projectBaseDir: src/wafw00f
args: >
-Dsonar.organization=matusso
-Dsonar.projectKey=matusso_docker-builds
Expand Down

0 comments on commit ae5fc6f

Please sign in to comment.