Skip to content

Commit e73ae7e

Browse files
committed
feat(CI): Dependency Check to CSV
1 parent 19a6a57 commit e73ae7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
project: 'java-tron'
4444
path: '.'
45-
format: 'JSON'
45+
format: 'CSV'
4646
out: 'reports'
4747
- name: Generate timestamp
4848
run: echo "BUILD_TIMESTAMP=$(date -u +"%Y%m%d-%H%M%S")" >> $GITHUB_ENV

0 commit comments

Comments
 (0)