Skip to content

Commit 89a688d

Browse files
Update cve-scanning.yml
1 parent 4aa8d77 commit 89a688d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/cve-scanning.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
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
@@ -40,18 +38,9 @@ jobs:
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

0 commit comments

Comments
 (0)