Add a new sub-command to dump useful information from the database
Open
Nobody has claimed this yet.
cli
enhancement
feature
user_experience
- Dominant language
- Python
- Stars
- 210
- Forks
- 36
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 2
Description
Currently we use the HTML and JSON outputs to present check result justifications to users. But that has several limitations, e.g., we only show the first entry for a check result justification only.
Moreover, while the verify-command can be very handy to enforce a policy, it is hard to know why certain checks have failed.
It would be nice to have a new sub-command like get-result-details, where we run some useful SQL queries to dump the result in a machine readable format, e.g.,
sqlite3 -json output/macaron.db "SELECT * FROM github_actions_vulnerabilities_check;" | jq
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.