You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,18 @@ You may then load the token safely by using (prevents the token from being displ
49
49
read -rs GH_ACCESS_TOKEN
50
50
export
51
51
```
52
+
# Integration with VirusTotal
52
53
54
+
Gitxray can optionally use the VirusTotal API to check any hosts identified with GitHub's Code search API, but it requires a VirusTotal API Key to work. Instructions on how to get your VirusTotal API Key are available at: https://docs.virustotal.com/docs/please-give-me-an-api-key
55
+
56
+
Unfortunately, personal API Keys are (as of today) limited by VirusTotal to 500 lookups a day.
57
+
58
+
Once you have the API key, you may safely load it in your environment with:
59
+
60
+
```bash
61
+
read -rs VT_API_KEY
62
+
export
63
+
```
53
64
# Installing, Updating, and running Gitxray
54
65
55
66
gitxray was written with no use of external package dependencies other than the `requests` library.
0 commit comments