Skip to content

Commit 2d512b3

Browse files
committed
CI update: disable CVE database update when building PR - it is ok to use the version automatically updated each night
1 parent 38e1311 commit 2d512b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
OWASP_OSS_INDEX_USERNAME: ${{ secrets.OWASP_OSS_INDEX_USERNAME }}
7171
OWASP_OSS_INDEX_APIKEY: ${{ secrets.OWASP_OSS_INDEX_APIKEY }}
7272
run: |
73-
mvn org.owasp:dependency-check-maven:aggregate -P owasp --settings maven-ci-settings.xml -B
73+
mvn org.owasp:dependency-check-maven:aggregate -P owasp --settings maven-ci-settings.xml -Ddependency-check.autoUpdate=false -B

0 commit comments

Comments
 (0)