Skip to content

Commit 3c5a0ce

Browse files
committed
PRODSEC-1585 retesting tag settings
1 parent 2dea28c commit 3c5a0ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
WIZ_CLIENT_SECRET: ${{ secrets.WIZ_CLIENT_SECRET }}
5555

5656
- name: Scan Maven build directory with Wiz
57-
run: ./wizcli dir scan --path ./
57+
run: ./wizcli dir scan --path ./ --tag repo="${{ github.repository }}" \
58+
--tag commit="${{ github.sha }}" \
59+
--tag java="${{ matrix.java }}" > /dev/null 2>&1
5860

5961
build-java8:
6062
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)