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 11af506 commit 35fe1cbCopy full SHA for 35fe1cb
.github/workflows/maven-master-pulls.yml
@@ -54,8 +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 java="${{ matrix.java }}"
58
-
+ run: ./wizcli dir scan --path ./ --tag java="${{ matrix.java }}" --tag commit="${{ github.sha }}"
+
59
build-java8:
60
runs-on: ubuntu-latest
61
strategy:
0 commit comments