Skip to content

Commit b703d6f

Browse files
committed
Update workflow
1 parent a2cc221 commit b703d6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

.github/workflows/update-vulnerability-database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

0 commit comments

Comments
 (0)