Skip to content

Commit 11af506

Browse files
committed
PRODSEC-1585 correct cli cmd
1 parent 3c5a0ce commit 11af506

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/maven-master-pulls.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ jobs:
5454
WIZ_CLIENT_SECRET: ${{ secrets.WIZ_CLIENT_SECRET }}
5555

5656
- name: Scan Maven build directory with Wiz
57-
run: ./wizcli dir scan --path ./ --tag repo="${{ github.repository }}" \
58-
--tag commit="${{ github.sha }}" \
59-
--tag java="${{ matrix.java }}" > /dev/null 2>&1
60-
57+
run: ./wizcli dir scan --path ./ --tag java="${{ matrix.java }}"
58+
6159
build-java8:
6260
runs-on: ubuntu-latest
6361
strategy:

0 commit comments

Comments
 (0)