From ae5fc6fd8f6e1235358c01c74c13bce926dc4d3b Mon Sep 17 00:00:00 2001 From: Matus Bursa Date: Tue, 3 Dec 2024 09:31:32 +0100 Subject: [PATCH] fixed paths in wafw00f --- .github/workflows/wafw00f.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wafw00f.yml b/.github/workflows/wafw00f.yml index 29cd2b4..46a6ec1 100644 --- a/.github/workflows/wafw00f.yml +++ b/.github/workflows/wafw00f.yml @@ -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 @@ -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/sonarcloud-github-action@v3.1.0 with: - projectBaseDir: src/routersploit + projectBaseDir: src/wafw00f args: > -Dsonar.organization=matusso -Dsonar.projectKey=matusso_docker-builds