File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 mvn $MVN_ARGS
3636
3737 - name : " OWASP Dependency check"
38- run : mvn org.owasp:dependency-check-maven:10.0.4 :check -DnvdApiKey=$NVD_API_KEY -DfailBuildOnCVSS=7 -DskipProvidedScope=true -DsuppressionFile=.pipeline/dependency-check-suppression.xml
38+ run : mvn org.owasp:dependency-check-maven:11.1.0 :check -DnvdApiKey=$NVD_API_KEY -DfailBuildOnCVSS=7 -DskipProvidedScope=true -DsuppressionFile=.pipeline/dependency-check-suppression.xml -DautoUpdate=false
3939 env :
4040 NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
4141
Original file line number Diff line number Diff line change 2727
2828 - name : Run Maven Plugin
2929 run : |
30- mvn org.owasp:dependency-check-maven:10.0.4 :update-only -DnvdMaxRetryCount=10 -DnvdApiDelay=15000 -DconnectionTimeout=60000
30+ mvn org.owasp:dependency-check-maven:11.1.0 :update-only -DnvdApiKey=$NVD_API_KEY -DnvdMaxRetryCount=10 -DnvdApiDelay=15000 -DconnectionTimeout=60000
3131 env :
3232 NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
3333
You can’t perform that action at this time.
0 commit comments