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 2dea28c commit 3c5a0ceCopy full SHA for 3c5a0ce
.github/workflows/maven-master-pulls.yml
@@ -54,7 +54,9 @@ jobs:
54
WIZ_CLIENT_SECRET: ${{ secrets.WIZ_CLIENT_SECRET }}
55
56
- name: Scan Maven build directory with Wiz
57
- run: ./wizcli dir scan --path ./
+ run: ./wizcli dir scan --path ./ --tag repo="${{ github.repository }}" \
58
+ --tag commit="${{ github.sha }}" \
59
+ --tag java="${{ matrix.java }}" > /dev/null 2>&1
60
61
build-java8:
62
runs-on: ubuntu-latest
0 commit comments