jfrog / jfrog/jfrog-cli-security
Add a --format json to the JFrog audit command
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 13
- Forks
- 50
- Avg merge
- 3d 48m
- Merged PRs (30d)
- 26
Description
Is your feature request related to a problem? Please describe.
I'd like to get a json output of the JFrog audit commands I run. Vulnerabilities on the build output is neat, but a json file to puch to SonarQube would be way better.
Describe the solution you'd like to see
Ad a new text argument in the JFrogAudit@1 build task, it would be 'Format' and accept json or table as value
Describe alternatives you've considered
None I can think of yet
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.
Research direction
Start by locating the JFrog audit command implementation and the JFrogAudit@1 build task entry point. Read how the current table output is produced, then trace the Format argument from the task into the audit command. Done means accepting json or table and producing JSON output suitable for the requested downstream use, with the existing table output preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100