Skip to content

Commit cabbcee

Browse files
committed
PRODSEC-1585 testing wiz dir scan
1 parent 429f405 commit cabbcee

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,9 @@ jobs:
4242
WIZ_CLIENT_SECRET: ${{ secrets.WIZ_CLIENT_SECRET }}
4343

4444
- name: Scan Maven build directory with Wiz
45-
run: |
46-
./wizcli dir scan \
47-
--path . \
48-
--policy "$POLICY" \
49-
--tag repo="${{ github.repository }}" \
50-
--tag commit="${{ github.sha }}" \
51-
--tag java="${{ matrix.java }}" > /dev/null 2>&1
52-
env:
53-
POLICY: "SmartBear default vulnerabilities policy"
45+
run: ./wizcli dir scan --path target/*.jar
5446

5547
build-java8:
56-
5748
runs-on: ubuntu-latest
5849
strategy:
5950
matrix:

0 commit comments

Comments
 (0)