Skip to content

Commit 4549491

Browse files
committed
Updated github workflow
1 parent 5dfe9ab commit 4549491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: OWASP Dependency Checks
3030
env:
3131
API_KEY: ${{ secrets.OWASP_API_KEY }}
32-
run: mvn --batch-mode org.owasp:dependency-check-maven:check -DnvdApiKey="$OWASP_API_KEY"
32+
run: mvn --batch-mode dependency-check:check -DnvdApiKey=$OWASP_API_KEY
3333
- name: Build with Maven
3434
run: mvn --batch-mode --update-snapshots package
3535
- name: Code coverage with Codecov

0 commit comments

Comments
 (0)