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 7ab0f5b commit 0c59c06Copy full SHA for 0c59c06
.github/workflows/maven-master-pulls.yml
@@ -54,7 +54,7 @@ jobs:
54
WIZ_CLIENT_SECRET: ${{ secrets.WIZ_CLIENT_SECRET }}
55
56
- name: Scan Maven build directory with Wiz
57
- run: ./wizcli dir scan --path target/*.jar
+ run: ./wizcli dir scan --path ./target
58
59
build-java8:
60
runs-on: ubuntu-latest
0 commit comments