digitalocean / marketplace-partners

Image validation, automation, and other tools for DigitalOcean Marketplace Vendors and Custom Image users
Other
194 stars 98 forks source link

Do not FAIL on zero byte .bash_history file #89

Closed jgannondo closed 4 years ago

jgannondo commented 4 years ago

This should be neither a warn or a fail, as a zero byte .bash_history file is not a security concern.

scottcrawford03 commented 4 years ago

I just added a zero byte bash_history file and didn't get an error. It looks like we have a check for bash_history being less than 200 words. If you have any more steps to repro or the issue still exists please feel free to reopen.