dependency-check / dependency-check/DependencyCheck

feature request: add a markdown summary

Open
#5,824 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
7.7k
Forks
1.4k
Avg merge
9d 22h
Merged PRs (30d)
13

Description

Generate a summary markdown file that can be included in build results instead of the entire result document.

As a workaround, this can be done w/ some utilities, but would be nice to have as a built in feature.

```bash
pandoc build/reports/dependency-check-jenkins.html -f html -t gfm | \
sed -n '/## Summary/,/## Dependencies/p' | \
grep -v '## Dependencies' >> $GITHUB_STEP_SUMMARY
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.