Skip to content

Commit f8f4e5d

Browse files
committed
PRODSEC-1585 remove duplicate info
1 parent 35fe1cb commit f8f4e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ 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 }}" --tag commit="${{ github.sha }}"
57+
run: ./wizcli dir scan --path ./ --tag java="${{ matrix.java }}"
5858

5959
build-java8:
6060
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)