Skip to content

Commit deba1f9

Browse files
committed
improve action
1 parent 0ec0e49 commit deba1f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: docker cp $(docker ps -aqf "name=owasp-db"):/dependency-check/data ./dependency-checker-db/
7979
- name: OWASP Check
8080
run: |
81-
mvn org.owasp:dependency-check-maven:aggregate \
81+
mvn org.owasp:dependency-check-maven:12.1.3:aggregate \
8282
-DdataDirectory=./dependency-checker-db \
8383
-DfailBuildOnCVSS=7 \
8484
-Dodc.outputDirectory=reports \

0 commit comments

Comments
 (0)