File tree 1 file changed +20
-2
lines changed
1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 3
3
<h1 >TruffleShow</h1 >
4
4
</div >
5
5
6
- A simple web viewer for TruffleHog JSON output.
6
+ A simple web viewer for TruffleHog JSON output.
7
7
8
8
** Completely client-side** . No data is sent to the server. Actually, there is no server.
9
9
10
- - Get the JSON output* from TruffleHog
10
+ - Get the JSON output from TruffleHog
11
11
- Upload it to TruffleShow.
12
12
- View the results.
13
13
@@ -20,3 +20,21 @@ trufflehog git https://github.com/trufflesecurity/test_keys --json | jq -s . > t
20
20
Screenshot:
21
21
22
22
![ TruffleShow Screenshot] ( ./ss.png )
23
+
24
+ ## Roadmap
25
+
26
+ I am not sure if I will implement these features but here are some ideas:
27
+
28
+ - [ ] Complete the PDF report generation (currently it is very basic and incomplete)
29
+ - [ ] Accept JSON file via text input
30
+ - [ ] Generate and export ignore rules for TruffleHog by selecting items
31
+ - [ ] Search among the findings
32
+ - [ ] Add more TruffleHog sources (e.g. GitLab, Bitbucket, Docker, etc.)
33
+
34
+ ## Feedback and Contributing
35
+
36
+ This is a very simple tool. I don't plan to add many features but I'm open to suggestions. Feel free to open an issue or send a pull request.
37
+
38
+ ## License
39
+
40
+ MIT
You can’t perform that action at this time.
0 commit comments