File tree Expand file tree Collapse file tree 5 files changed +13
-28
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-jersey
aws-serverless-java-container-springboot3
aws-serverless-java-container-spring Expand file tree Collapse file tree 5 files changed +13
-28
lines changed Original file line number Diff line number Diff line change 9494# - uses: actions/checkout@v3
9595# - name: Build latest
9696# run: ./gha_build.sh struts true true
97+
98+ owasp-dependency-check :
99+ name : Verify dependencies with OWASP checker
100+ runs-on : ubuntu-latest
101+ steps :
102+ - uses : actions/checkout@v3
103+ - name : Set up JDK 17
104+ uses : actions/setup-java@v3
105+ with :
106+ distribution : ' corretto'
107+ java-version : 17
108+ - name : Build latest
109+ run : mvn -q org.owasp:dependency-check-maven:check
Original file line number Diff line number Diff line change 160160 <failBuildOnCVSS >7</failBuildOnCVSS >
161161 <failOnError >false</failOnError >
162162 </configuration >
163- <executions >
164- <execution >
165- <goals >
166- <goal >check</goal >
167- </goals >
168- </execution >
169- </executions >
170163 </plugin >
171164 </plugins >
172165 </build >
Original file line number Diff line number Diff line change 198198 <failBuildOnCVSS >7</failBuildOnCVSS >
199199 <failOnError >false</failOnError >
200200 </configuration >
201- <executions >
202- <execution >
203- <goals >
204- <goal >check</goal >
205- </goals >
206- </execution >
207- </executions >
208201 </plugin >
209202 </plugins >
210203 </build >
Original file line number Diff line number Diff line change 241241 <failBuildOnCVSS >7</failBuildOnCVSS >
242242 <failOnError >false</failOnError >
243243 </configuration >
244- <executions >
245- <execution >
246- <goals >
247- <goal >check</goal >
248- </goals >
249- </execution >
250- </executions >
251244 </plugin >
252245 </plugins >
253246 </build >
Original file line number Diff line number Diff line change 276276 <failBuildOnCVSS >7</failBuildOnCVSS >
277277 <failOnError >false</failOnError >
278278 </configuration >
279- <executions >
280- <execution >
281- <goals >
282- <goal >check</goal >
283- </goals >
284- </execution >
285- </executions >
286279 </plugin >
287280 </plugins >
288281 </build >
You can’t perform that action at this time.
0 commit comments