diff --git a/.github/workflows/test-scan-dependencies.yml b/.github/workflows/test-scan-dependencies.yml index 01da8d9..08a0e85 100644 --- a/.github/workflows/test-scan-dependencies.yml +++ b/.github/workflows/test-scan-dependencies.yml @@ -17,7 +17,7 @@ env: MEND_EMAIL: ${{ secrets.MEND_EMAIL }} jobs: - test-scan: + test-scan-dependencies: runs-on: ubuntu-latest steps: @@ -33,7 +33,7 @@ jobs: - name: Perform scan uses: ./scan-dependencies with: - scope: "*//CTNR - FORME/webgoat-maven" + scope: "*//CTNR - FORME//webgoat-maven" - name: Debug run: | diff --git a/.github/workflows/test-scan-docker.yml b/.github/workflows/test-scan-docker.yml index 9cd9313..fa03680 100644 --- a/.github/workflows/test-scan-docker.yml +++ b/.github/workflows/test-scan-docker.yml @@ -17,7 +17,7 @@ env: MEND_EMAIL: ${{ secrets.MEND_EMAIL }} jobs: - test-scan: + test-scan-docker: runs-on: ubuntu-latest steps: