Skip to content

Commit 78a6535

Browse files
emmett008djankows
authored andcommitted
PRODSEC-1585 add second tag
1 parent b8ebbea commit 78a6535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
WIZ_CLIENT_SECRET: ${{ secrets.WIZ_CLIENT_SECRET }}
5555

5656
- name: Scan Maven build directory with Wiz
57-
run: ./wizcli dir scan --path ./ --tag java="${{ matrix.java }}"
58-
57+
run: ./wizcli dir scan --path ./ --tag java="${{ matrix.java }}" --tag commit="${{ github.sha }}"
58+
5959
build-java8:
6060
runs-on: ubuntu-latest
6161
strategy:

0 commit comments

Comments
 (0)