We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5a0ce commit 11af506Copy full SHA for 11af506
.github/workflows/maven-master-pulls.yml
@@ -54,10 +54,8 @@ jobs:
54
WIZ_CLIENT_SECRET: ${{ secrets.WIZ_CLIENT_SECRET }}
55
56
- 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
-
+ run: ./wizcli dir scan --path ./ --tag java="${{ matrix.java }}"
+
61
build-java8:
62
runs-on: ubuntu-latest
63
strategy:
0 commit comments