shivasurya / code-pathfinder

Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.
https://codepathfinder.dev/
GNU Affero General Public License v3.0
32 stars 6 forks source link

Move output format print to table format #40

Closed shivasurya closed 1 month ago

shivasurya commented 1 month ago

Is your feature request related to a problem? Please describe. Enhancement

Describe the solution you'd like Output format should be moved to table format

Describe alternatives you've considered n/a

Additional context Use https://github.com/jedib0t/go-pretty/tree/main/table

shivasurya commented 1 month ago

used in #39