File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 2525 - name : Build with Maven
2626 run : mvn -B clean package -DskipTests
2727 working-directory : .
28- - name : List target directory
29- run : ls -l **/*-javadoc.jar
3028 - name : Depcheck
3129 uses : dependency-check/Dependency-Check_Action@main
3230 id : Depcheck
4038 --suppression ./allow-list.xml
4139 --failOnCVSS 7
4240 --enableRetired
43- --log ./odc.log
4441 --exclude **/*-javadoc.jar
4542 --exclude **/*-sources.jar
4643 --out ./reports
47- - name : list dependency log
48- run : ls -l **
49- - name : Upload Dependency-Check log
50- if : ${{ always() }}
51- uses : actions/upload-artifact@v4
52- with :
53- name : odc-log
54- path : odc.log
5544 - name : Upload Test results
5645 if : ${{ always() }}
5746 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments