oracle / oracle/macaron

Add a new sub-command to dump useful information from the database

Open
#1,039 0 comments 0 reactions 1 assignee View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.