Skip to content

core-code/VirusCheckHBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirusCheckHBC

CLI tool to check all of 'Homebrew Cask' using VirusTotal

Installation:

# Clone `CoreLib` and this directory next (!) to each other:
cd "$(mktemp -d)" || exit 1 # Temporary directory

git clone https://github.com/core-code/CoreLib.git
git clone https://github.com/core-code/VirusCheckHBC.git

# Compile and install (will be in /usr/local/bin):
cd VirusCheckHBC || exit 1
xcodebuild install DSTROOT=/

Run it by speciying your APIKEY:

VIRUSTOTAL_APIKEY=bla VirusCheckHBC

About

CLI tool to check all of 'Homebrew Cask' using VirusTotal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors