Skip to content

Commit 4aa8d77

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cve-scanning.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
--failOnCVSS 7
4242
--enableRetired
4343
--log ./odc.log
44-
--exclude **/*-javadoc.jar
44+
--exclude **/*-javadoc.jar
45+
--exclude **/*-sources.jar
4546
--out ./reports
4647
- name: list dependency log
4748
run: ls -l **

0 commit comments

Comments
 (0)