crashappsec / crashappsec/github-analyzer
allow to output report json to stdout
Offen
enhancement
- Vorherrschende Sprache
- Go
- Sterne
- 77
- Forks
- 8
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
currently it goes to `--output` directory however in some cases it might be easier to go to stdout or specific file to enable flows like:
```
github-analyzer --json | jq ...
```
Beitragsleitfaden
Rechercherichtung
Start by tracing the github-analyzer --json entry point and how it currently uses --output. Run the command with a sample report and inspect the existing output behavior; done means JSON can be streamed into jq and can also be directed to a specific file without breaking directory output.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- go
- Bereich
- cli
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100