File tree Expand file tree Collapse file tree
templates/libraries/okhttp-gson Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export TAG=${TAG_NAME//"v"}
1515docker run --rm \
1616 -e OSSRH_USERNAME \
1717 -e OSSRH_PASSWORD \
18- -v " $PWD :/cyberark/conjur-sdk-java" \
18+ -v " $PWD /client :/cyberark/conjur-sdk-java" \
1919 -v " $GPG_PASSWORD :/gpg_password" \
2020 -v " $GPG_PRIVATE_KEY :/gpg_key" \
2121 -w /cyberark/conjur-sdk-java maven:3-jdk-8 \
Original file line number Diff line number Diff line change 183183 <plugin >
184184 <groupId >org.owasp</groupId >
185185 <artifactId >dependency-check-maven</artifactId >
186- <version >7.1.1 </version >
186+ <version >7.4.4 </version >
187187 <configuration >
188+ <cveDownloadWait >20000</cveDownloadWait >
188189 <failBuildOnCVSS >7</failBuildOnCVSS >
189190 </configuration >
190191 <executions >
Original file line number Diff line number Diff line change @@ -77,5 +77,5 @@ services:
7777
7878networks :
7979 default :
80- external :
81- name : conjur-sdk-java
80+ external : true
81+ name : conjur-sdk-java
Original file line number Diff line number Diff line change 189189 <plugin >
190190 <groupId >org.owasp</groupId >
191191 <artifactId >dependency-check-maven</artifactId >
192- <version >7.1.1 </version >
192+ <version >7.4.4 </version >
193193 <configuration >
194+ <cveDownloadWait >20000</cveDownloadWait >
194195 <failBuildOnCVSS >7</failBuildOnCVSS >
195196 </configuration >
196197 <executions >
You can’t perform that action at this time.
0 commit comments